#66687B

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

Shades of Comet #66687B

Tints of Comet #66687B

Color information

#66687B (or 0x66687B) is unknown color: approx Comet. HEX triplet: 66, 68 and 7B. RGB value is (102,104,123). Sum of RGB (Red+Green+Blue) = 102+104+123=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 104 (41.02% from 255 or 31.61% from 329); Blue value is 123 (48.44% from 255 or 37.39% from 329); Max value from RGB is 123 - color contains mainly: blue. Hex color #66687B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66687B is #999784. Grayscale: #696969. Windows color (decimal): -10065797 or 8087654. OLE color: 8087654.

HSL color Cylindrical-coordinate representation of color #66687B: hue angle of 234.29º 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 #66687B is Cyan = 0.17, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB102104123-
CMYK0.170.1500.52
HSL234.29º9.33%44.12%-
HSV(B)234.29º17.07%48.24%-
XYZ1414.1620.73-
YUV105.57137.84125.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 104 (41.02% from 255) = 31.61%
BLUE value IS 123 (48.44% from 255) = 37.39%
R=31.00%
G=31.61%
B=37.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021041230.170.1500.52234.299.3344.12
Hex66687B11F034ea92c
Octal14615017321170643521154
Binary1100110110100011110111000111110110100111010101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66687B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66687B; }

 p { color: rgb(102,104,123); }

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

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

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

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

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

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

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