#66657A

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

Shades of Comet #66657A

Tints of Comet #66657A

Color information

#66657A (or 0x66657A) is unknown color: approx Comet. HEX triplet: 66, 65 and 7A. RGB value is (102,101,122). Sum of RGB (Red+Green+Blue) = 102+101+122=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 122 (48.05% from 255 or 37.54% from 325); Max value from RGB is 122 - color contains mainly: blue. Hex color #66657A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66657A is #999A85. Grayscale: #676767. Windows color (decimal): -10066566 or 8021350. OLE color: 8021350.

HSL color Cylindrical-coordinate representation of color #66657A: hue angle of 242.86º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #66657A is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102101122-
CMYK0.160.1700.52
HSL242.86º9.42%43.73%-
HSV(B)242.86º17.21%47.84%-
XYZ13.6513.5420.31-
YUV103.69138.33126.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 101 (39.84% from 255) = 31.08%
BLUE value IS 122 (48.05% from 255) = 37.54%
R=31.38%
G=31.08%
B=37.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021011220.160.1700.52242.869.4243.73
Hex66657A1011034f392c
Octal14614517220210643631154
Binary11001101100101111101010000100010110100111100111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66657A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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