#668DFF

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

Shades of Cornflower Blue #668DFF

Tints of Cornflower Blue #668DFF

Color information

#668DFF (or 0x668DFF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8D and FF. RGB value is (102,141,255). Sum of RGB (Red+Green+Blue) = 102+141+255=498 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.48% from 498); Green value is 141 (55.47% from 255 or 28.31% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #668DFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668DFF is #997200. Grayscale: #8D8D8D. Windows color (decimal): -10056193 or 16747878. OLE color: 16747878.

HSL color Cylindrical-coordinate representation of color #668DFF: hue angle of 224.71º 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 #668DFF is Cyan = 0.6, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB102141255-
CMYK0.60.4500
HSL224.71º100%70%-
HSV(B)224.71º60%100%-
XYZ33.0529.0998.48-
YUV142.33191.5899.23-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.48%
GREEN value IS 141 (55.47% from 255) = 28.31%
BLUE value IS 255 (100% from 255) = 51.20%
R=20.48%
G=28.31%
B=51.20%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021412550.60.4500224.7110070
Hex668DFF3C2D00e16446
Octal146215377745500341144106
Binary11001101000110111111111111100101101001110000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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