#6F6F72

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

Shades of Comet #6F6F72

Tints of Comet #6F6F72

Color information

#6F6F72 (or 0x6F6F72) is unknown color: approx Comet. HEX triplet: 6F, 6F and 72. RGB value is (111,111,114). Sum of RGB (Red+Green+Blue) = 111+111+114=336 (44% of max value = 765). Red value is 111 (43.75% from 255 or 33.04% from 336); Green value is 111 (43.75% from 255 or 33.04% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 114 - color contains mainly: blue. Hex color #6F6F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6F72 is #90908D. Grayscale: #6F6F6F. Windows color (decimal): -9474190 or 7499631. OLE color: 7499631.

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

Color convert

RGB111111114-
CMYK0.030.0300.55
HSL240º1.33%44.12%-
HSV(B)240º2.63%44.71%-
XYZ15.2815.9618.2-
YUV111.34129.5127.76-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 33.04%
GREEN value IS 111 (43.75% from 255) = 33.04%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=33.04%
G=33.04%
B=33.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1111111140.030.0300.552401.3344.12
Hex6F6F7233037f012c
Octal15715716233067360154
Binary11011111101111111001011110110111111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F6F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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