#689FEA

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

Shades of Cornflower Blue #689FEA

Tints of Cornflower Blue #689FEA

Color information

#689FEA (or 0x689FEA) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9F and EA. RGB value is (104,159,234). Sum of RGB (Red+Green+Blue) = 104+159+234=497 (65% of max value = 765). Red value is 104 (41.02% from 255 or 20.93% from 497); Green value is 159 (62.5% from 255 or 31.99% from 497); Blue value is 234 (91.80% from 255 or 47.08% from 497); Max value from RGB is 234 - color contains mainly: blue. Hex color #689FEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689FEA is #976015. Grayscale: #969696. Windows color (decimal): -9920534 or 15376232. OLE color: 15376232.

HSL color Cylindrical-coordinate representation of color #689FEA: hue angle of 214.62º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689FEA is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB104159234-
CMYK0.560.3200.08
HSL214.62º75.58%66.27%-
HSV(B)214.62º55.56%91.76%-
XYZ32.9633.6882.61-
YUV151.11174.7894.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.93%
GREEN value IS 159 (62.5% from 255) = 31.99%
BLUE value IS 234 (91.80% from 255) = 47.08%
R=20.93%
G=31.99%
B=47.08%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1041592340.560.3200.08214.6275.5866.27
Hex689FEA382008d74c42
Octal1502373527040010327114102
Binary11010001001111111101010111000100000010001101011110011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689FEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,159,234); }

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

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

 a { background-color: rgb(104,159,234); }

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

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

 span { border-color: rgb(104,159,234); }

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