Html Css Color HEX #606475 Comet

📋 copy color: '#606475'

red 96 ◦ green 100 ◦ blue 117

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

Shades of Comet #606475

Tints of Comet #606475

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.95%

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

R = 30.67%
G = 31.95%
B = 37.38%

CMYK

 C value IS 0.18

 M value IS 0.15

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606475 (or 0x606475) is known color: Comet. HEX triplet: 60, 64 and 75. RGB value is (96,100,117). Sum of RGB (Red+Green+Blue) = 96+100+117=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 100 (39.45% from 255 or 31.95% from 313); Blue value is 117 (46.09% from 255 or 37.38% from 313); Max value from RGB is 117 - color contains mainly: blue. Hex color #606475 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606475 is #9F9B8A. Grayscale: #646464. Windows color (decimal): -10460043 or 7693408. OLE color: 7693408.

HSL color Cylindrical-coordinate representation of color #606475: hue angle of 228.57º 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 #606475 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 96 100 117 -
CMYK 0.18 0.15 0 0.54
HSL 228.57º 0.1% 0.42% -
HSV(B) 228.57º 0.18% 0.46% -
XYZ 12.59 12.89 18.65 -
YUV 100.74 137.17 124.62 -
System Red Green Blue C M Y K H S L
Decimal 96 100 117 0.18 0.15 0 0.54 228.57 0.1 0.42
Hex 60 64 75 12 F 0 36 E5 A 2A
Octal 140 144 165 22 17 0 66 345 12 52
Binary 1100000 1100100 1110101 10010 1111 0 110110 11100101 1010 101010

Color Harmonies of #606475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606475

Black with #606475

Text Example


Text Example

White with #606475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606475; }

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

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

background-color css

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

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

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

border-color css

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

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

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