#668DDE

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

Shades of Cornflower Blue #668DDE

Tints of Cornflower Blue #668DDE

Color information

#668DDE (or 0x668DDE) is unknown color: approx Cornflower Blue. HEX triplet: 66, 8D and DE. RGB value is (102,141,222). Sum of RGB (Red+Green+Blue) = 102+141+222=465 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.94% from 465); Green value is 141 (55.47% from 255 or 30.32% from 465); Blue value is 222 (87.11% from 255 or 47.74% from 465); Max value from RGB is 222 - color contains mainly: blue. Hex color #668DDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #668DDE is #997221. Grayscale: #8A8A8A. Windows color (decimal): -10056226 or 14585190. OLE color: 14585190.

HSL color Cylindrical-coordinate representation of color #668DDE: hue angle of 220.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #668DDE is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB102141222-
CMYK0.540.3600.13
HSL220.5º64.52%63.53%-
HSV(B)220.5º54.05%87.06%-
XYZ28.1927.1572.86-
YUV138.57175.08101.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 21.94%
GREEN value IS 141 (55.47% from 255) = 30.32%
BLUE value IS 222 (87.11% from 255) = 47.74%
R=21.94%
G=30.32%
B=47.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1021412220.540.3600.13220.564.5263.53
Hex668DDE36240Ddc4140
Octal1462153366644015334101100
Binary11001101000110111011110110110100100011011101110010000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,141,222); }

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

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

 a { background-color: rgb(102,141,222); }

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

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

 span { border-color: rgb(102,141,222); }

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