Html Css Color HEX #605E76 Comet

📋 copy color: '#605E76'

red 96 ◦ green 94 ◦ blue 118

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

Shades of Comet #605E76

Tints of Comet #605E76

RGB

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

 GREEN value IS 94 (37.11% from 255) = 30.52%

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

R = 31.17%
G = 30.52%
B = 38.31%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#605E76 (or 0x605E76) is known color: Comet. HEX triplet: 60, 5E and 76. RGB value is (96,94,118). Sum of RGB (Red+Green+Blue) = 96+94+118=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #605E76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E76 is #9FA189. Grayscale: #616161. Windows color (decimal): -10461578 or 7757408. OLE color: 7757408.

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

Color convert

RGB 96 94 118 -
CMYK 0.19 0.20 0 0.54
HSL 245º 0.11% 0.42% -
HSV(B) 245º 0.2% 0.46% -
XYZ 12.1 11.8 18.78 -
YUV 97.33 139.66 127.05 -
System Red Green Blue C M Y K H S L
Decimal 96 94 118 0.19 0.20 0 0.54 245 0.11 0.42
Hex 60 5E 76 13 14 0 36 F5 B 2A
Octal 140 136 166 23 24 0 66 365 13 52
Binary 1100000 1011110 1110110 10011 10100 0 110110 11110101 1011 101010

Color Harmonies of #605E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E76

Black with #605E76

Text Example


Text Example

White with #605E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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