#66668A

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

Shades of Comet #66668A

Tints of Comet #66668A

Color information

#66668A (or 0x66668A) is unknown color: approx Comet. HEX triplet: 66, 66 and 8A. RGB value is (102,102,138). Sum of RGB (Red+Green+Blue) = 102+102+138=342 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.82% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 138 (54.30% from 255 or 40.35% from 342); Max value from RGB is 138 - color contains mainly: blue. Hex color #66668A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66668A is #999975. Grayscale: #696969. Windows color (decimal): -10066294 or 9070182. OLE color: 9070182.

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

Color convert

RGB102102138-
CMYK0.260.2600.46
HSL240º15%47.06%-
HSV(B)240º26.09%54.12%-
XYZ14.8214.1626-
YUV106.1146125.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.82%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 138 (54.30% from 255) = 40.35%
R=29.82%
G=29.82%
B=40.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021021380.260.2600.462401547.06
Hex66668A1A1A02Ef0f2f
Octal14614621232320563601757
Binary110011011001101000101011010110100101110111100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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