#689AF1

Color #689AF1 Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #689AF1

Tints of Cornflower Blue #689AF1

Color information

#689AF1 (or 0x689AF1) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9A and F1. RGB value is (104,154,241). Sum of RGB (Red+Green+Blue) = 104+154+241=499 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.84% from 499); Green value is 154 (60.55% from 255 or 30.86% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #689AF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689AF1 is #97650E. Grayscale: #949494. Windows color (decimal): -9921807 or 15833704. OLE color: 15833704.

HSL color Cylindrical-coordinate representation of color #689AF1: hue angle of 218.1º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #689AF1 is Cyan = 0.57, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB104154241-
CMYK0.570.3600.05
HSL218.1º83.03%67.65%-
HSV(B)218.1º56.85%94.51%-
XYZ33.1432.4187.73-
YUV148.97179.9495.93-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 20.84%
GREEN value IS 154 (60.55% from 255) = 30.86%
BLUE value IS 241 (94.53% from 255) = 48.30%
R=20.84%
G=30.86%
B=48.30%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1041542410.570.3600.05218.183.0367.65
Hex689AF1392405da5344
Octal150232361714405332123104
Binary1101000100110101111000111100110010001011101101010100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689AF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689AF1; }

 p { color: rgb(104,154,241); }

 H1.HeaderClassName
 {
   color: #689AF1;
 }
 .AnyTagClassName
 {
   color: #689AF1;
 }
</style>
background-color css

<style>
 a { background-color: #689AF1; }

 a { background-color: rgb(104,154,241); }

 div.DivClassName
 {
   background-color: #689AF1;
 }
 .BgClassName
 {
   background-color: #689AF1;
 }
</style>
border-color css

<style>
 span { border-color: #689AF1; }

 span { border-color: rgb(104,154,241); }

 td.TdClassName
 {
   border-color: #689AF1;
 }
 .TagClassName
 {
   border-color: #689AF1;
 }
</style>