#689fed

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

Shades of Cornflower Blue #689FED

Tints of Cornflower Blue #689FED

Color information

#689FED (or 0x689FED) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9F and ED. RGB value is (104,159,237). Sum of RGB (Red+Green+Blue) = 104+159+237=500 (66% of max value = 765). Red value is 104 (41.02% from 255 or 20.8% from 500); Green value is 159 (62.5% from 255 or 31.8% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 237 - color contains mainly: blue. Hex color #689FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #689FED is #976012. Grayscale: #979797. Windows color (decimal): -9920531 or 15572840. OLE color: 15572840.

HSL color Cylindrical-coordinate representation of color #689FED: hue angle of 215.19º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #689FED is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB104159237-
CMYK0.560.3300.07
HSL215.19º78.7%66.86%-
HSV(B)215.19º56.12%92.94%-
XYZ33.3933.8584.9-
YUV151.45176.2894.16-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 20.8%
GREEN value IS 159 (62.5% from 255) = 31.8%
BLUE value IS 237 (92.97% from 255) = 47.4%
R=20.8%
G=31.8%
B=47.4%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1041592370.560.3300.07215.1978.766.86
Hex689FED382107d74f43
Octal150237355704107327117103
Binary1101000100111111110110111100010000101111101011110011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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