#66677D

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

Shades of Comet #66677D

Tints of Comet #66677D

Color information

#66677D (or 0x66677D) is unknown color: approx Comet. HEX triplet: 66, 67 and 7D. RGB value is (102,103,125). Sum of RGB (Red+Green+Blue) = 102+103+125=330 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.91% from 330); Green value is 103 (40.62% from 255 or 31.21% from 330); Blue value is 125 (49.22% from 255 or 37.88% from 330); Max value from RGB is 125 - color contains mainly: blue. Hex color #66677D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66677D is #999882. Grayscale: #696969. Windows color (decimal): -10066051 or 8218470. OLE color: 8218470.

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

Color convert

RGB102103125-
CMYK0.180.1800.51
HSL237.39º10.13%44.51%-
HSV(B)237.39º18.4%49.02%-
XYZ14.0314.0121.37-
YUV105.21139.17125.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.91%
GREEN value IS 103 (40.62% from 255) = 31.21%
BLUE value IS 125 (49.22% from 255) = 37.88%
R=30.91%
G=31.21%
B=37.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1021031250.180.1800.51237.3910.1344.51
Hex66677D1212033eda2d
Octal14614717522220633551255
Binary11001101100111111110110010100100110011111011011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66677D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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