#669CFC

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

Shades of Cornflower Blue #669CFC

Tints of Cornflower Blue #669CFC

Color information

#669CFC (or 0x669CFC) is unknown color: approx Cornflower Blue. HEX triplet: 66, 9C and FC. RGB value is (102,156,252). Sum of RGB (Red+Green+Blue) = 102+156+252=510 (67% of max value = 765). Red value is 102 (40.23% from 255 or 20% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #669CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #669CFC is #996303. Grayscale: #969696. Windows color (decimal): -10052356 or 16555110. OLE color: 16555110.

HSL color Cylindrical-coordinate representation of color #669CFC: hue angle of 218.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #669CFC is Cyan = 0.60, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102156252-
CMYK0.600.3800.01
HSL218.4º96.15%69.41%-
HSV(B)218.4º59.52%98.82%-
XYZ34.9433.6396.75-
YUV150.8185.1193.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 252 (98.83% from 255) = 49.41%
R=20%
G=30.59%
B=49.41%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021562520.600.3800.01218.496.1569.41
Hex669CFC3C2601da6045
Octal146234374744601332140105
Binary11001101001110011111100111100100110011101101011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,156,252); }

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

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

 a { background-color: rgb(102,156,252); }

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

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

 span { border-color: rgb(102,156,252); }

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