#66668C

Color #66668C Comet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Comet #66668C

Tints of Comet #66668C

Color information

#66668C (or 0x66668C) is unknown color: approx Comet. HEX triplet: 66, 66 and 8C. RGB value is (102,102,140). Sum of RGB (Red+Green+Blue) = 102+102+140=344 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.65% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 140 (55.08% from 255 or 40.70% from 344); Max value from RGB is 140 - color contains mainly: blue. Hex color #66668C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668C is #999973. Grayscale: #6A6A6A. Windows color (decimal): -10066292 or 9201254. OLE color: 9201254.

HSL color Cylindrical-coordinate representation of color #66668C: hue angle of 240º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #66668C is Cyan = 0.27, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB102102140-
CMYK0.270.2700.45
HSL240º15.7%47.45%-
HSV(B)240º27.14%54.9%-
XYZ14.9614.2226.77-
YUV106.33147124.91-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.65%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 140 (55.08% from 255) = 40.70%
R=29.65%
G=29.65%
B=40.70%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1021021400.270.2700.4524015.747.45
Hex66668C1B1B02Df0102f
Octal14614621433330553602057
Binary1100110110011010001100110111101101011011111000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66668C; }

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

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

<style>
 a { background-color: #66668C; }

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

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

<style>
 span { border-color: #66668C; }

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

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