Html Css Color HEX #606377 Comet

📋 copy color: '#606377'

red 96 ◦ green 99 ◦ blue 119

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

Shades of Comet #606377

Tints of Comet #606377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.9%

R = 30.57%
G = 31.53%
B = 37.9%

CMYK

 C value IS 0.19

 M value IS 0.17

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#606377 (or 0x606377) is known color: Comet. HEX triplet: 60, 63 and 77. RGB value is (96,99,119). Sum of RGB (Red+Green+Blue) = 96+99+119=314 (41% of max value = 765). Red value is 96 (37.89% from 255 or 30.57% from 314); Green value is 99 (39.06% from 255 or 31.53% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 119 - color contains mainly: blue. Hex color #606377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606377 is #9F9C88. Grayscale: #646464. Windows color (decimal): -10460297 or 7824224. OLE color: 7824224.

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

Color convert

RGB 96 99 119 -
CMYK 0.19 0.17 0 0.53
HSL 232.17º 0.11% 0.42% -
HSV(B) 232.17º 0.19% 0.47% -
XYZ 12.62 12.74 19.25 -
YUV 100.38 138.51 124.87 -
System Red Green Blue C M Y K H S L
Decimal 96 99 119 0.19 0.17 0 0.53 232.17 0.11 0.42
Hex 60 63 77 13 11 0 35 E8 B 2A
Octal 140 143 167 23 21 0 65 350 13 52
Binary 1100000 1100011 1110111 10011 10001 0 110101 11101000 1011 101010

Color Harmonies of #606377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606377

Black with #606377

Text Example


Text Example

White with #606377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606377; }

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

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

background-color css

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

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

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

border-color css

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

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

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