#668EFF

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

Shades of Cornflower Blue #668EFF

Tints of Cornflower Blue #668EFF

Color information

#668EFF (or 0x668EFF) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8E and FF. RGB value is (102,142,255). Sum of RGB (Red+Green+Blue) = 102+142+255=499 (66% of max value = 765). Red value is 102 (40.23% from 255 or 20.44% from 499); Green value is 142 (55.86% from 255 or 28.46% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #668EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668EFF is #997100. Grayscale: #8E8E8E. Windows color (decimal): -10055937 or 16748134. OLE color: 16748134.

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

Color convert

RGB102142255-
CMYK0.60.4400
HSL224.31º100%70%-
HSV(B)224.31º60%100%-
XYZ33.229.3998.53-
YUV142.92191.2598.81-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.44%
GREEN value IS 142 (55.86% from 255) = 28.46%
BLUE value IS 255 (100% from 255) = 51.10%
R=20.44%
G=28.46%
B=51.10%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1021422550.60.4400224.3110070
Hex668EFF3C2C00e06446
Octal146216377745400340144106
Binary11001101000111011111111111100101100001110000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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