#689EE0

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

Shades of Cornflower Blue #689EE0

Tints of Cornflower Blue #689EE0

Color information

#689EE0 (or 0x689EE0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9E and E0. RGB value is (104,158,224). Sum of RGB (Red+Green+Blue) = 104+158+224=486 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.40% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #689EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689EE0 is #97611F. Grayscale: #959595. Windows color (decimal): -9920800 or 14720616. OLE color: 14720616.

HSL color Cylindrical-coordinate representation of color #689EE0: hue angle of 213º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #689EE0 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104158224-
CMYK0.540.2900.12
HSL213º65.93%64.31%-
HSV(B)213º53.57%87.84%-
XYZ31.3932.7875.19-
YUV149.38170.1195.63-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.40%
GREEN value IS 158 (62.11% from 255) = 32.51%
BLUE value IS 224 (87.89% from 255) = 46.09%
R=21.40%
G=32.51%
B=46.09%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041582240.540.2900.1221365.9364.31
Hex689EE0361D0Cd54240
Octal1502363406635014325102100
Binary1101000100111101110000011011011101011001101010110000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,158,224); }

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

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

 a { background-color: rgb(104,158,224); }

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

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

 span { border-color: rgb(104,158,224); }

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