Html Css Color HEX #605F70 Comet

📋 copy color: '#605F70'

red 96 ◦ green 95 ◦ blue 112

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

Shades of Comet #605F70

Tints of Comet #605F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 36.96%

R = 31.68%
G = 31.35%
B = 36.96%

CMYK

 C value IS 0.14

 M value IS 0.15

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#605F70 (or 0x605F70) is known color: Comet. HEX triplet: 60, 5F and 70. RGB value is (96,95,112). Sum of RGB (Red+Green+Blue) = 96+95+112=303 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.68% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 112 (44.14% from 255 or 36.96% from 303); Max value from RGB is 112 - color contains mainly: blue. Hex color #605F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F70 is #9FA08F. Grayscale: #616161. Windows color (decimal): -10461328 or 7364448. OLE color: 7364448.

HSL color Cylindrical-coordinate representation of color #605F70: hue angle of 243.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #605F70 is Cyan = 0.14, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 95 112 -
CMYK 0.14 0.15 0 0.56
HSL 243.53º 0.08% 0.41% -
HSV(B) 243.53º 0.15% 0.44% -
XYZ 11.84 11.84 16.99 -
YUV 97.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 96 95 112 0.14 0.15 0 0.56 243.53 0.08 0.41
Hex 60 5F 70 E F 0 38 F4 8 29
Octal 140 137 160 16 17 0 70 364 10 51
Binary 1100000 1011111 1110000 1110 1111 0 111000 11110100 1000 101001

Color Harmonies of #605F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F70

Black with #605F70

Text Example


Text Example

White with #605F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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