#668CED

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

Shades of Cornflower Blue #668CED

Tints of Cornflower Blue #668CED

Color information

#668CED (or 0x668CED) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8C and ED. RGB value is (102,140,237). Sum of RGB (Red+Green+Blue) = 102+140+237=479 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.29% from 479); Green value is 140 (55.08% from 255 or 29.23% from 479); Blue value is 237 (92.97% from 255 or 49.48% from 479); Max value from RGB is 237 - color contains mainly: blue. Hex color #668CED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CED is #997312. Grayscale: #8B8B8B. Windows color (decimal): -10056467 or 15567974. OLE color: 15567974.

HSL color Cylindrical-coordinate representation of color #668CED: hue angle of 223.11º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668CED is Cyan = 0.57, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB102140237-
CMYK0.570.4100.07
HSL223.11º78.95%66.47%-
HSV(B)223.11º56.96%92.94%-
XYZ30.1427.783.88-
YUV139.7182.91101.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.29%
GREEN value IS 140 (55.08% from 255) = 29.23%
BLUE value IS 237 (92.97% from 255) = 49.48%
R=21.29%
G=29.23%
B=49.48%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1021402370.570.4100.07223.1178.9566.47
Hex668CED392907df4f42
Octal146214355715107337117102
Binary1100110100011001110110111100110100101111101111110011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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