Html Css Color HEX #60626D Comet

📋 copy color: '#60626D'

red 96 ◦ green 98 ◦ blue 109

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

Shades of Comet #60626D

Tints of Comet #60626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 32.34%

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 31.68%
G = 32.34%
B = 35.97%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#60626D (or 0x60626D) is known color: Comet. HEX triplet: 60, 62 and 6D. RGB value is (96,98,109). Sum of RGB (Red+Green+Blue) = 96+98+109=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 98 (38.67% from 255 or 32.34% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 109 - color contains mainly: blue. Hex color #60626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60626D is #9F9D92. Grayscale: #626262. Windows color (decimal): -10460563 or 7168608. OLE color: 7168608.

HSL color Cylindrical-coordinate representation of color #60626D: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #60626D is Cyan = 0.12, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 96 98 109 -
CMYK 0.12 0.10 0 0.57
HSL 230.77º 0.06% 0.4% -
HSV(B) 230.77º 0.12% 0.43% -
XYZ 11.95 12.33 16.22 -
YUV 98.66 133.84 126.11 -
System Red Green Blue C M Y K H S L
Decimal 96 98 109 0.12 0.10 0 0.57 230.77 0.06 0.4
Hex 60 62 6D C A 0 39 E7 6 28
Octal 140 142 155 14 12 0 71 347 6 50
Binary 1100000 1100010 1101101 1100 1010 0 111001 11100111 110 101000

Color Harmonies of #60626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60626D

Black with #60626D

Text Example


Text Example

White with #60626D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60626D; }

 p { color: rgb(96,98,109); }

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

background-color css

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

 a { background-color: rgb(96,98,109); }

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

border-color css

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

 span { border-color: rgb(96,98,109); }

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