Html Css Color HEX #615C70 Smoky

📋 copy color: '#615C70'

red 97 ◦ green 92 ◦ blue 112

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

Shades of Smoky #615C70

Tints of Smoky #615C70

RGB

 RED value IS 97 (38.28% from 255) = 32.23%

 GREEN value IS 92 (36.33% from 255) = 30.56%

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

R = 32.23%
G = 30.56%
B = 37.21%

CMYK

 C value IS 0.13

 M value IS 0.18

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#615C70 (or 0x615C70) is known color: Smoky. HEX triplet: 61, 5C and 70. RGB value is (97,92,112). Sum of RGB (Red+Green+Blue) = 97+92+112=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 92 (36.33% from 255 or 30.56% from 301); Blue value is 112 (44.14% from 255 or 37.21% from 301); Max value from RGB is 112 - color contains mainly: blue. Hex color #615C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C70 is #9EA38F. Grayscale: #5F5F5F. Windows color (decimal): -10396560 or 7363681. OLE color: 7363681.

HSL color Cylindrical-coordinate representation of color #615C70: hue angle of 255º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #615C70 is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 92 112 -
CMYK 0.13 0.18 0 0.56
HSL 255º 0.1% 0.4% -
HSV(B) 255º 0.18% 0.44% -
XYZ 11.68 11.37 16.91 -
YUV 95.78 137.16 128.87 -
System Red Green Blue C M Y K H S L
Decimal 97 92 112 0.13 0.18 0 0.56 255 0.1 0.4
Hex 61 5C 70 D 12 0 38 FF A 28
Octal 141 134 160 15 22 0 70 377 12 50
Binary 1100001 1011100 1110000 1101 10010 0 111000 11111111 1010 101000

Color Harmonies of #615C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C70

Black with #615C70

Text Example


Text Example

White with #615C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615C70; }

 p { color: rgb(97,92,112); }

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

background-color css

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

 a { background-color: rgb(97,92,112); }

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

border-color css

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

 span { border-color: rgb(97,92,112); }

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