#689CDD

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

Shades of Cornflower Blue #689CDD

Tints of Cornflower Blue #689CDD

Color information

#689CDD (or 0x689CDD) is unknown color: approx Cornflower Blue. HEX triplet: 68, 9C and DD. RGB value is (104,156,221). Sum of RGB (Red+Green+Blue) = 104+156+221=481 (63% of max value = 765). Red value is 104 (41.02% from 255 or 21.62% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 221 (86.72% from 255 or 45.95% from 481); Max value from RGB is 221 - color contains mainly: blue. Hex color #689CDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #689CDD is #976322. Grayscale: #939393. Windows color (decimal): -9921315 or 14523496. OLE color: 14523496.

HSL color Cylindrical-coordinate representation of color #689CDD: hue angle of 213.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #689CDD is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB104156221-
CMYK0.530.2900.13
HSL213.33º63.24%63.73%-
HSV(B)213.33º52.94%86.67%-
XYZ30.6531.9472.96-
YUV147.86169.2796.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 21.62%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 221 (86.72% from 255) = 45.95%
R=21.62%
G=32.43%
B=45.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1041562210.530.2900.13213.3363.2463.73
Hex689CDD351D0Dd53f40
Octal150234335653501532577100
Binary110100010011100110111011101011110101101110101011111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689CDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,156,221); }

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

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

 a { background-color: rgb(104,156,221); }

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

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

 span { border-color: rgb(104,156,221); }

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