#668CFC

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

Shades of Cornflower Blue #668CFC

Tints of Cornflower Blue #668CFC

Color information

#668CFC (or 0x668CFC) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8C and FC. RGB value is (102,140,252). Sum of RGB (Red+Green+Blue) = 102+140+252=494 (65% of max value = 765). Red value is 102 (40.23% from 255 or 20.65% from 494); Green value is 140 (55.08% from 255 or 28.34% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #668CFC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CFC is #997303. Grayscale: #8C8C8C. Windows color (decimal): -10056452 or 16551014. OLE color: 16551014.

HSL color Cylindrical-coordinate representation of color #668CFC: hue angle of 224.8º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #668CFC is Cyan = 0.60, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB102140252-
CMYK0.600.4400.01
HSL224.8º96.15%69.41%-
HSV(B)224.8º59.52%98.82%-
XYZ32.4328.6195.91-
YUV141.41190.4199.89-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 20.65%
GREEN value IS 140 (55.08% from 255) = 28.34%
BLUE value IS 252 (98.83% from 255) = 51.01%
R=20.65%
G=28.34%
B=51.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1021402520.600.4400.01224.896.1569.41
Hex668CFC3C2C01e16045
Octal146214374745401341140105
Binary11001101000110011111100111100101100011110000111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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