#6F6F78

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

Shades of Comet #6F6F78

Tints of Comet #6F6F78

Color information

#6F6F78 (or 0x6F6F78) is unknown color: approx Comet. HEX triplet: 6F, 6F and 78. RGB value is (111,111,120). Sum of RGB (Red+Green+Blue) = 111+111+120=342 (45% of max value = 765). Red value is 111 (43.75% from 255 or 32.46% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 120 (47.27% from 255 or 35.09% from 342); Max value from RGB is 120 - color contains mainly: blue. Hex color #6F6F78 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F78 is #909087. Grayscale: #6F6F6F. Windows color (decimal): -9474184 or 7892847. OLE color: 7892847.

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

Color convert

RGB111111120-
CMYK0.080.0800.53
HSL240º3.9%45.29%-
HSV(B)240º7.5%47.06%-
XYZ15.6316.120.05-
YUV112.03132.5127.27-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.46%
GREEN value IS 111 (43.75% from 255) = 32.46%
BLUE value IS 120 (47.27% from 255) = 35.09%
R=32.46%
G=32.46%
B=35.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1111111200.080.0800.532403.945.29
Hex6F6F7888035f042d
Octal1571571701010065360455
Binary11011111101111111100010001000011010111110000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F6F78; }

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

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

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

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

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

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

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

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