Html Css Color HEX #615D6B Smoky

📋 copy color: '#615D6B'

red 97 ◦ green 93 ◦ blue 107

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

Shades of Smoky #615D6B

Tints of Smoky #615D6B

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

 BLUE value IS 107 (42.19% from 255) = 36.03%

R = 32.66%
G = 31.31%
B = 36.03%

CMYK

 C value IS 0.09

 M value IS 0.13

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#615D6B (or 0x615D6B) is known color: Smoky. HEX triplet: 61, 5D and 6B. RGB value is (97,93,107). Sum of RGB (Red+Green+Blue) = 97+93+107=297 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.66% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 107 - color contains mainly: blue. Hex color #615D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D6B is #9EA294. Grayscale: #5F5F5F. Windows color (decimal): -10396309 or 7036257. OLE color: 7036257.

HSL color Cylindrical-coordinate representation of color #615D6B: hue angle of 257.14º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615D6B is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 97 93 107 -
CMYK 0.09 0.13 0 0.58
HSL 257.14º 0.07% 0.39% -
HSV(B) 257.14º 0.13% 0.42% -
XYZ 11.5 11.43 15.51 -
YUV 95.79 134.33 128.86 -
System Red Green Blue C M Y K H S L
Decimal 97 93 107 0.09 0.13 0 0.58 257.14 0.07 0.39
Hex 61 5D 6B 9 D 0 3A 101 7 27
Octal 141 135 153 11 15 0 72 401 7 47
Binary 1100001 1011101 1101011 1001 1101 0 111010 100000001 111 100111

Color Harmonies of #615D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D6B

Black with #615D6B

Text Example


Text Example

White with #615D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,93,107); }

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

background-color css

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

 a { background-color: rgb(97,93,107); }

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

border-color css

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

 span { border-color: rgb(97,93,107); }

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