Html Css Color HEX #606370 Comet

📋 copy color: '#606370'

red 96 ◦ green 99 ◦ blue 112

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

Shades of Comet #606370

Tints of Comet #606370

RGB

 RED value IS 96 (37.89% from 255) = 31.27%

 GREEN value IS 99 (39.06% from 255) = 32.25%

 BLUE value IS 112 (44.14% from 255) = 36.48%

R = 31.27%
G = 32.25%
B = 36.48%

CMYK

 C value IS 0.14

 M value IS 0.12

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#606370 (or 0x606370) is known color: Comet. HEX triplet: 60, 63 and 70. RGB value is (96,99,112). Sum of RGB (Red+Green+Blue) = 96+99+112=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 99 (39.06% from 255 or 32.25% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #606370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606370 is #9F9C8F. Grayscale: #636363. Windows color (decimal): -10460304 or 7365472. OLE color: 7365472.

HSL color Cylindrical-coordinate representation of color #606370: hue angle of 228.75º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #606370 is Cyan = 0.14, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 99 112 -
CMYK 0.14 0.12 0 0.56
HSL 228.75º 0.08% 0.41% -
HSV(B) 228.75º 0.14% 0.44% -
XYZ 12.21 12.58 17.11 -
YUV 99.59 135.01 125.44 -
System Red Green Blue C M Y K H S L
Decimal 96 99 112 0.14 0.12 0 0.56 228.75 0.08 0.41
Hex 60 63 70 E C 0 38 E5 8 29
Octal 140 143 160 16 14 0 70 345 10 51
Binary 1100000 1100011 1110000 1110 1100 0 111000 11100101 1000 101001

Color Harmonies of #606370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606370

Black with #606370

Text Example


Text Example

White with #606370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606370; }

 p { color: rgb(96,99,112); }

 H1.HeaderClassName
 {
   color: #606370;
 }
 .AnyTagClassName
 {
   color: #606370;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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