#666678

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

Shades of Comet #666678

Tints of Comet #666678

Color information

#666678 (or 0x666678) is unknown color: approx Comet. HEX triplet: 66, 66 and 78. RGB value is (102,102,120). Sum of RGB (Red+Green+Blue) = 102+102+120=324 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.48% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 120 - color contains mainly: blue. Hex color #666678 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666678 is #999987. Grayscale: #676767. Windows color (decimal): -10066312 or 7890534. OLE color: 7890534.

HSL color Cylindrical-coordinate representation of color #666678: hue angle of 240º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #666678 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102102120-
CMYK0.150.1500.53
HSL240º8.11%43.53%-
HSV(B)240º15%47.06%-
XYZ13.6213.6819.69-
YUV104.05137126.54-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.48%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 120 (47.27% from 255) = 37.04%
R=31.48%
G=31.48%
B=37.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021021200.150.1500.532408.1143.53
Hex666678FF035f082c
Octal14614617017170653601054
Binary110011011001101111000111111110110101111100001000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666678; }

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

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

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

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

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

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

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

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