Html Css Color HEX #606474 Comet

📋 copy color: '#606474'

red 96 ◦ green 100 ◦ blue 116

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

Shades of Comet #606474

Tints of Comet #606474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 37.18%

R = 30.77%
G = 32.05%
B = 37.18%

CMYK

 C value IS 0.17

 M value IS 0.14

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#606474 (or 0x606474) is known color: Comet. HEX triplet: 60, 64 and 74. RGB value is (96,100,116). Sum of RGB (Red+Green+Blue) = 96+100+116=312 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.77% from 312); Green value is 100 (39.45% from 255 or 32.05% from 312); Blue value is 116 (45.70% from 255 or 37.18% from 312); Max value from RGB is 116 - color contains mainly: blue. Hex color #606474 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606474 is #9F9B8B. Grayscale: #646464. Windows color (decimal): -10460044 or 7627872. OLE color: 7627872.

HSL color Cylindrical-coordinate representation of color #606474: hue angle of 228º degrees, saturation: 0.09, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #606474 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 96 100 116 -
CMYK 0.17 0.14 0 0.55
HSL 228º 0.09% 0.42% -
HSV(B) 228º 0.17% 0.45% -
XYZ 12.53 12.86 18.35 -
YUV 100.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 96 100 116 0.17 0.14 0 0.55 228 0.09 0.42
Hex 60 64 74 11 E 0 37 E4 9 2A
Octal 140 144 164 21 16 0 67 344 11 52
Binary 1100000 1100100 1110100 10001 1110 0 110111 11100100 1001 101010

Color Harmonies of #606474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606474

Black with #606474

Text Example


Text Example

White with #606474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606474; }

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

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

background-color css

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

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

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

border-color css

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

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

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