Html Css Color HEX #606067 Comet

📋 copy color: '#606067'

red 96 ◦ green 96 ◦ blue 103

#606067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Comet #606067

Tints of Comet #606067

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.63% from 255) = 34.92%

R = 32.54%
G = 32.54%
B = 34.92%

CMYK

 C value IS 0.07

 M value IS 0.07

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#606067 (or 0x606067) is known color: 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

RGB 96 96 103 -
CMYK 0.07 0.07 0 0.60
HSL 240º 0.04% 0.39% -
HSV(B) 240º 0.07% 0.4% -
XYZ 11.45 11.83 14.51 -
YUV 96.8 131.5 127.43 -
System Red Green Blue C M Y K H S L
Decimal 96 96 103 0.07 0.07 0 0.60 240 0.04 0.39
Hex 60 60 67 7 7 0 3C F0 4 27
Octal 140 140 147 7 7 0 74 360 4 47
Binary 1100000 1100000 1100111 111 111 0 111100 11110000 100 100111

Color Harmonies of #606067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606067

Black with #606067

Text Example


Text Example

White with #606067

Text Example


Text Example

HTML Codes & Css Web 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>