#668CE7

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

Shades of Cornflower Blue #668CE7

Tints of Cornflower Blue #668CE7

Color information

#668CE7 (or 0x668CE7) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8C and E7. RGB value is (102,140,231). Sum of RGB (Red+Green+Blue) = 102+140+231=473 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.56% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 231 (90.62% from 255 or 48.84% from 473); Max value from RGB is 231 - color contains mainly: blue. Hex color #668CE7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #668CE7 is #997318. Grayscale: #8A8A8A. Windows color (decimal): -10056473 or 15174758. OLE color: 15174758.

HSL color Cylindrical-coordinate representation of color #668CE7: hue angle of 222.33º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #668CE7 is Cyan = 0.56, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB102140231-
CMYK0.560.3900.09
HSL222.33º72.88%65.29%-
HSV(B)222.33º55.84%90.59%-
XYZ29.2827.3579.34-
YUV139.01179.91101.6-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.56%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 231 (90.62% from 255) = 48.84%
R=21.56%
G=29.60%
B=48.84%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1021402310.560.3900.09222.3372.8865.29
Hex668CE7382709de4941
Octal1462143477047011336111101
Binary11001101000110011100111111000100111010011101111010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668CE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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