#606067

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

Shades of Comet #606067

Tints of Comet #606067

Color information

#606067 (or 0x606067) is unknown color: approx Comet. HEX triplet: 60, 60 and 67. RGB value is (96,96,103). Sum of RGB (Red+Green+Blue) = 96+96+103=295 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.54% from 295); Green value is 96 (37.89% from 255 or 32.54% from 295); Blue value is 103 (40.62% from 255 or 34.92% from 295); Max value from RGB is 103 - color contains mainly: blue. Hex color #606067 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606067 is #9F9F98. Grayscale: #606060. Windows color (decimal): -10461081 or 6774880. OLE color: 6774880.

HSL color Cylindrical-coordinate representation of color #606067: hue angle of 240º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #606067 is Cyan = 0.07, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9696103-
CMYK0.070.0700.60
HSL240º3.52%39.02%-
HSV(B)240º6.8%40.39%-
XYZ11.4511.8314.51-
YUV96.8131.5127.43-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 32.54%
GREEN value IS 96 (37.89% from 255) = 32.54%
BLUE value IS 103 (40.62% from 255) = 34.92%
R=32.54%
G=32.54%
B=34.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal96961030.070.0700.602403.5239.02
Hex6060677703Cf0427
Octal14014014777074360447
Binary110000011000001100111111111011110011110000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606067; }

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

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

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

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

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

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

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

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