Html Css Color HEX #606575 Comet

📋 copy color: '#606575'

red 96 ◦ green 101 ◦ blue 117

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

Shades of Comet #606575

Tints of Comet #606575

RGB

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

 GREEN value IS 101 (39.84% from 255) = 32.17%

 BLUE value IS 117 (46.09% from 255) = 37.26%

R = 30.57%
G = 32.17%
B = 37.26%

CMYK

 C value IS 0.18

 M value IS 0.14

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606575 (or 0x606575) is known color: Comet. HEX triplet: 60, 65 and 75. RGB value is (96,101,117). Sum of RGB (Red+Green+Blue) = 96+101+117=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 117 (46.09% from 255 or 37.26% from 314); Max value from RGB is 117 - color contains mainly: blue. Hex color #606575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606575 is #9F9A8A. Grayscale: #656565. Windows color (decimal): -10459787 or 7693664. OLE color: 7693664.

HSL color Cylindrical-coordinate representation of color #606575: hue angle of 225.71º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606575 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 101 117 -
CMYK 0.18 0.14 0 0.54
HSL 225.71º 0.1% 0.42% -
HSV(B) 225.71º 0.18% 0.46% -
XYZ 12.69 13.08 18.69 -
YUV 101.33 136.84 124.2 -
System Red Green Blue C M Y K H S L
Decimal 96 101 117 0.18 0.14 0 0.54 225.71 0.1 0.42
Hex 60 65 75 12 E 0 36 E2 A 2A
Octal 140 145 165 22 16 0 66 342 12 52
Binary 1100000 1100101 1110101 10010 1110 0 110110 11100010 1010 101010

Color Harmonies of #606575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606575

Black with #606575

Text Example


Text Example

White with #606575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606575; }

 p { color: rgb(96,101,117); }

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

background-color css

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

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

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

border-color css

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

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

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