Html Css Color HEX #605F72 Comet

📋 copy color: '#605F72'

red 96 ◦ green 95 ◦ blue 114

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

Shades of Comet #605F72

Tints of Comet #605F72

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.15%

 BLUE value IS 114 (44.92% from 255) = 37.38%

R = 31.48%
G = 31.15%
B = 37.38%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#605F72 (or 0x605F72) is known color: Comet. HEX triplet: 60, 5F and 72. RGB value is (96,95,114). Sum of RGB (Red+Green+Blue) = 96+95+114=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 114 (44.92% from 255 or 37.38% from 305); Max value from RGB is 114 - color contains mainly: blue. Hex color #605F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F72 is #9FA08D. Grayscale: #616161. Windows color (decimal): -10461326 or 7495520. OLE color: 7495520.

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

Color convert

RGB 96 95 114 -
CMYK 0.16 0.17 0 0.55
HSL 243.16º 0.09% 0.41% -
HSV(B) 243.16º 0.17% 0.45% -
XYZ 11.95 11.89 17.58 -
YUV 97.47 137.33 126.96 -
System Red Green Blue C M Y K H S L
Decimal 96 95 114 0.16 0.17 0 0.55 243.16 0.09 0.41
Hex 60 5F 72 10 11 0 37 F3 9 29
Octal 140 137 162 20 21 0 67 363 11 51
Binary 1100000 1011111 1110010 10000 10001 0 110111 11110011 1001 101001

Color Harmonies of #605F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F72

Black with #605F72

Text Example


Text Example

White with #605F72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,95,114); }

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

background-color css

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

 a { background-color: rgb(96,95,114); }

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

border-color css

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

 span { border-color: rgb(96,95,114); }

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