#668BFF

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

Shades of Cornflower Blue #668BFF

Tints of Cornflower Blue #668BFF

Color information

#668BFF (or 0x668BFF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8B and FF. RGB value is (102,139,255). Sum of RGB (Red+Green+Blue) = 102+139+255=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 255 (100% from 255 or 51.41% from 496); Max value from RGB is 255 - color contains mainly: blue. Hex color #668BFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668BFF is #997400. Grayscale: #8C8C8C. Windows color (decimal): -10056705 or 16747366. OLE color: 16747366.

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

Color convert

RGB102139255-
CMYK0.60.4500
HSL225.49º100%70%-
HSV(B)225.49º60%100%-
XYZ32.7628.5198.38-
YUV141.16192.24100.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 255 (100% from 255) = 51.41%
R=20.56%
G=28.02%
B=51.41%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021392550.60.4500225.4910070
Hex668BFF3C2D00e16446
Octal146213377745500341144106
Binary11001101000101111111111111100101101001110000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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