#668FFF

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

Shades of Cornflower Blue #668FFF

Tints of Cornflower Blue #668FFF

Color information

#668FFF (or 0x668FFF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8F and FF. RGB value is (102,143,255). Sum of RGB (Red+Green+Blue) = 102+143+255=500 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.4% from 500); Green value is 143 (56.25% from 255 or 28.6% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #668FFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668FFF is #997000. Grayscale: #8F8F8F. Windows color (decimal): -10055681 or 16748390. OLE color: 16748390.

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

Color convert

RGB102143255-
CMYK0.60.4400
HSL223.92º100%70%-
HSV(B)223.92º60%100%-
XYZ33.3529.6998.58-
YUV143.51190.9298.39-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.4%
GREEN value IS 143 (56.25% from 255) = 28.6%
BLUE value IS 255 (100% from 255) = 51%
R=20.4%
G=28.6%
B=51%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021432550.60.4400223.9210070
Hex668FFF3C2C00e06446
Octal146217377745400340144106
Binary11001101000111111111111111100101100001110000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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