#666688

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

Shades of Comet #666688

Tints of Comet #666688

Color information

#666688 (or 0x666688) is unknown color: approx Comet. HEX triplet: 66, 66 and 88. RGB value is (102,102,136). Sum of RGB (Red+Green+Blue) = 102+102+136=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 136 - color contains mainly: blue. Hex color #666688 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #666688 is #999977. Grayscale: #696969. Windows color (decimal): -10066296 or 8939110. OLE color: 8939110.

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

Color convert

RGB102102136-
CMYK0.250.2500.47
HSL240º14.29%46.67%-
HSV(B)240º25%53.33%-
XYZ14.6714.1125.24-
YUV105.88145125.24-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 102 (40.23% from 255) = 30%
BLUE value IS 136 (53.52% from 255) = 40%
R=30%
G=30%
B=40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021021360.250.2500.4724014.2946.67
Hex666688191902Ff0e2f
Octal14614621031310573601657
Binary110011011001101000100011001110010101111111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666688; }

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

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

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

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

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

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

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

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