#689DE0

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

Shades of Cornflower Blue #689DE0

Tints of Cornflower Blue #689DE0

Color information

#689DE0 (or 0x689DE0) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9D and E0. RGB value is (104,157,224). Sum of RGB (Red+Green+Blue) = 104+157+224=485 (64% of max value = 765). Red value is 104 (41.02% from 255 or 21.44% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #689DE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689DE0 is #97621F. Grayscale: #949494. Windows color (decimal): -9921056 or 14720360. OLE color: 14720360.

HSL color Cylindrical-coordinate representation of color #689DE0: hue angle of 213.5º 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 #689DE0 is Cyan = 0.54, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB104157224-
CMYK0.540.3000.12
HSL213.5º65.93%64.31%-
HSV(B)213.5º53.57%87.84%-
XYZ31.2232.4475.14-
YUV148.79170.4496.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.44%
GREEN value IS 157 (61.72% from 255) = 32.37%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=21.44%
G=32.37%
B=46.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1041572240.540.3000.12213.565.9364.31
Hex689DE0361E0Cd64240
Octal1502353406636014326102100
Binary1101000100111011110000011011011110011001101011010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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