#668CFF

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

Shades of Cornflower Blue #668CFF

Tints of Cornflower Blue #668CFF

Color information

#668CFF (or 0x668CFF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8C and FF. RGB value is (102,140,255). Sum of RGB (Red+Green+Blue) = 102+140+255=497 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.52% from 497); Green value is 140 (55.08% from 255 or 28.17% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #668CFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CFF is #997300. Grayscale: #8D8D8D. Windows color (decimal): -10056449 or 16747622. OLE color: 16747622.

HSL color Cylindrical-coordinate representation of color #668CFF: hue angle of 225.1º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668CFF is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102140255-
CMYK0.60.4500
HSL225.1º100%70%-
HSV(B)225.1º60%100%-
XYZ32.9128.898.43-
YUV141.75191.9199.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.52%
GREEN value IS 140 (55.08% from 255) = 28.17%
BLUE value IS 255 (100% from 255) = 51.31%
R=20.52%
G=28.17%
B=51.31%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021402550.60.4500225.110070
Hex668CFF3C2D00e16446
Octal146214377745500341144106
Binary11001101000110011111111111100101101001110000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668CFF; }

 p { color: rgb(102,140,255); }

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

<style>
 a { background-color: #668CFF; }

 a { background-color: rgb(102,140,255); }

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

<style>
 span { border-color: #668CFF; }

 span { border-color: rgb(102,140,255); }

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