Html Css Color HEX #606479 Comet

📋 copy color: '#606479'

red 96 ◦ green 100 ◦ blue 121

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

Shades of Comet #606479

Tints of Comet #606479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 38.17%

R = 30.28%
G = 31.55%
B = 38.17%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606479 (or 0x606479) is known color: Comet. HEX triplet: 60, 64 and 79. RGB value is (96,100,121). Sum of RGB (Red+Green+Blue) = 96+100+121=317 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.28% from 317); Green value is 100 (39.45% from 255 or 31.55% from 317); Blue value is 121 (47.66% from 255 or 38.17% from 317); Max value from RGB is 121 - color contains mainly: blue. Hex color #606479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606479 is #9F9B86. Grayscale: #656565. Windows color (decimal): -10460039 or 7955552. OLE color: 7955552.

HSL color Cylindrical-coordinate representation of color #606479: hue angle of 230.4º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #606479 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 100 121 -
CMYK 0.21 0.17 0 0.53
HSL 230.4º 0.12% 0.43% -
HSV(B) 230.4º 0.21% 0.47% -
XYZ 12.83 12.98 19.92 -
YUV 101.2 139.17 124.29 -
System Red Green Blue C M Y K H S L
Decimal 96 100 121 0.21 0.17 0 0.53 230.4 0.12 0.43
Hex 60 64 79 15 11 0 35 E6 C 2B
Octal 140 144 171 25 21 0 65 346 14 53
Binary 1100000 1100100 1111001 10101 10001 0 110101 11100110 1100 101011

Color Harmonies of #606479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606479

Black with #606479

Text Example


Text Example

White with #606479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606479; }

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

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

background-color css

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

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

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

border-color css

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

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

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