#66657D

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

Shades of Comet #66657D

Tints of Comet #66657D

Color information

#66657D (or 0x66657D) is unknown color: approx Comet. HEX triplet: 66, 65 and 7D. RGB value is (102,101,125). Sum of RGB (Red+Green+Blue) = 102+101+125=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 101 (39.84% from 255 or 30.79% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 125 - color contains mainly: blue. Hex color #66657D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66657D is #999A82. Grayscale: #676767. Windows color (decimal): -10066563 or 8217958. OLE color: 8217958.

HSL color Cylindrical-coordinate representation of color #66657D: hue angle of 242.5º degrees, saturation: 0.11, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #66657D is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB102101125-
CMYK0.180.1900.51
HSL242.5º10.62%44.31%-
HSV(B)242.5º19.2%49.02%-
XYZ13.8313.6121.3-
YUV104.04139.83126.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 101 (39.84% from 255) = 30.79%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=31.10%
G=30.79%
B=38.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021011250.180.1900.51242.510.6244.31
Hex66657D1213033f2b2c
Octal14614517522230633621354
Binary11001101100101111110110010100110110011111100101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66657D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66657D; }

 p { color: rgb(102,101,125); }

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

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

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

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

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

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

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