Html Css Color HEX #605870 Smoky

📋 copy color: '#605870'

red 96 ◦ green 88 ◦ blue 112

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

Shades of Smoky #605870

Tints of Smoky #605870

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.73%

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

R = 32.43%
G = 29.73%
B = 37.84%

CMYK

 C value IS 0.14

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#605870 (or 0x605870) is known color: Smoky. HEX triplet: 60, 58 and 70. RGB value is (96,88,112). Sum of RGB (Red+Green+Blue) = 96+88+112=296 (39% of max value = 765). Red value is 96 (37.89% from 255 or 32.43% from 296); Green value is 88 (34.77% from 255 or 29.73% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 112 - color contains mainly: blue. Hex color #605870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605870 is #9FA78F. Grayscale: #5D5D5D. Windows color (decimal): -10463120 or 7362656. OLE color: 7362656.

HSL color Cylindrical-coordinate representation of color #605870: hue angle of 260º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #605870 is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 96 88 112 -
CMYK 0.14 0.21 0 0.56
HSL 260º 0.12% 0.39% -
HSV(B) 260º 0.21% 0.44% -
XYZ 11.24 10.64 16.79 -
YUV 93.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 96 88 112 0.14 0.21 0 0.56 260 0.12 0.39
Hex 60 58 70 E 15 0 38 104 C 27
Octal 140 130 160 16 25 0 70 404 14 47
Binary 1100000 1011000 1110000 1110 10101 0 111000 100000100 1100 100111

Color Harmonies of #605870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605870

Black with #605870

Text Example


Text Example

White with #605870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605870; }

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

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

background-color css

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

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

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

border-color css

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

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

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