#669ADD

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

Shades of Cornflower Blue #669ADD

Tints of Cornflower Blue #669ADD

Color information

#669ADD (or 0x669ADD) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9A and DD. RGB value is (102,154,221). Sum of RGB (Red+Green+Blue) = 102+154+221=477 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.38% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #669ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #669ADD is #996522. Grayscale: #919191. Windows color (decimal): -10052899 or 14522982. OLE color: 14522982.

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

Color convert

RGB102154221-
CMYK0.540.3000.13
HSL213.78º63.64%63.33%-
HSV(B)213.78º53.85%86.67%-
XYZ30.0931.1672.83-
YUV146.09170.2796.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.38%
GREEN value IS 154 (60.55% from 255) = 32.29%
BLUE value IS 221 (86.72% from 255) = 46.33%
R=21.38%
G=32.29%
B=46.33%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021542210.540.3000.13213.7863.6463.33
Hex669ADD361E0Dd6403f
Octal146232335663601532610077
Binary110011010011010110111011101101111001101110101101000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669ADD; }

 p { color: rgb(102,154,221); }

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

<style>
 a { background-color: #669ADD; }

 a { background-color: rgb(102,154,221); }

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

<style>
 span { border-color: #669ADD; }

 span { border-color: rgb(102,154,221); }

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