#668CFE

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

Shades of Cornflower Blue #668CFE

Tints of Cornflower Blue #668CFE

Color information

#668CFE (or 0x668CFE) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8C and FE. RGB value is (102,140,254). Sum of RGB (Red+Green+Blue) = 102+140+254=496 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.56% from 496); Green value is 140 (55.08% from 255 or 28.23% from 496); Blue value is 254 (99.61% from 255 or 51.21% from 496); Max value from RGB is 254 - color contains mainly: blue. Hex color #668CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CFE is #997301. Grayscale: #8D8D8D. Windows color (decimal): -10056450 or 16682086. OLE color: 16682086.

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

Color convert

RGB102140254-
CMYK0.600.4500.00
HSL225º98.7%69.8%-
HSV(B)225º59.84%99.61%-
XYZ32.7528.7497.59-
YUV141.63191.4199.73-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.56%
GREEN value IS 140 (55.08% from 255) = 28.23%
BLUE value IS 254 (99.61% from 255) = 51.21%
R=20.56%
G=28.23%
B=51.21%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1021402540.600.4500.0022598.769.8
Hex668CFE3C2D00e16346
Octal146214376745500341143106
Binary11001101000110011111110111100101101001110000111000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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