Html Css Color HEX #606376 Comet

📋 copy color: '#606376'

red 96 ◦ green 99 ◦ blue 118

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

Shades of Comet #606376

Tints of Comet #606376

RGB

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

 GREEN value IS 99 (39.06% from 255) = 31.63%

 BLUE value IS 118 (46.48% from 255) = 37.7%

R = 30.67%
G = 31.63%
B = 37.7%

CMYK

 C value IS 0.19

 M value IS 0.16

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#606376 (or 0x606376) is known color: Comet. HEX triplet: 60, 63 and 76. RGB value is (96,99,118). Sum of RGB (Red+Green+Blue) = 96+99+118=313 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.67% from 313); Green value is 99 (39.06% from 255 or 31.63% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 118 - color contains mainly: blue. Hex color #606376 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606376 is #9F9C89. Grayscale: #646464. Windows color (decimal): -10460298 or 7758688. OLE color: 7758688.

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

Color convert

RGB 96 99 118 -
CMYK 0.19 0.16 0 0.54
HSL 231.82º 0.1% 0.42% -
HSV(B) 231.82º 0.19% 0.46% -
XYZ 12.56 12.72 18.93 -
YUV 100.27 138.01 124.96 -
System Red Green Blue C M Y K H S L
Decimal 96 99 118 0.19 0.16 0 0.54 231.82 0.1 0.42
Hex 60 63 76 13 10 0 36 E8 A 2A
Octal 140 143 166 23 20 0 66 350 12 52
Binary 1100000 1100011 1110110 10011 10000 0 110110 11101000 1010 101010

Color Harmonies of #606376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606376

Black with #606376

Text Example


Text Example

White with #606376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606376; }

 p { color: rgb(96,99,118); }

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

background-color css

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

 a { background-color: rgb(96,99,118); }

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

border-color css

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

 span { border-color: rgb(96,99,118); }

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