#66667B

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

Shades of Comet #66667B

Tints of Comet #66667B

Color information

#66667B (or 0x66667B) is unknown color: approx Comet. HEX triplet: 66, 66 and 7B. RGB value is (102,102,123). Sum of RGB (Red+Green+Blue) = 102+102+123=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 123 - color contains mainly: blue. Hex color #66667B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66667B is #999984. Grayscale: #686868. Windows color (decimal): -10066309 or 8087142. OLE color: 8087142.

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

Color convert

RGB102102123-
CMYK0.170.1700.52
HSL240º9.33%44.12%-
HSV(B)240º17.07%48.24%-
XYZ13.8113.7620.67-
YUV104.39138.5126.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 102 (40.23% from 255) = 31.19%
BLUE value IS 123 (48.44% from 255) = 37.61%
R=31.19%
G=31.19%
B=37.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021021230.170.1700.522409.3344.12
Hex66667B1111034f092c
Octal14614617321210643601154
Binary11001101100110111101110001100010110100111100001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66667B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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