#606072

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

Shades of Comet #606072

Tints of Comet #606072

Color information

#606072 (or 0x606072) is unknown color: approx Comet. HEX triplet: 60, 60 and 72. RGB value is (96,96,114). Sum of RGB (Red+Green+Blue) = 96+96+114=306 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.37% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 114 (44.92% from 255 or 37.25% from 306); Max value from RGB is 114 - color contains mainly: blue. Hex color #606072 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606072 is #9F9F8D. Grayscale: #616161. Windows color (decimal): -10461070 or 7495776. OLE color: 7495776.

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

Color convert

RGB9696114-
CMYK0.160.1600.55
HSL240º8.57%41.18%-
HSV(B)240º15.79%44.71%-
XYZ12.0412.0717.61-
YUV98.05137126.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 31.37%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 114 (44.92% from 255) = 37.25%
R=31.37%
G=31.37%
B=37.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96961140.160.1600.552408.5741.18
Hex6060721010037f0929
Octal14014016220200673601151
Binary11000001100000111001010000100000110111111100001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606072; }

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

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

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

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

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

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

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

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