Html Css Color HEX #615775 Smoky

📋 copy color: '#615775'

red 97 ◦ green 87 ◦ blue 117

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

Shades of Smoky #615775

Tints of Smoky #615775

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.9%

 BLUE value IS 117 (46.09% from 255) = 38.87%

R = 32.23%
G = 28.9%
B = 38.87%

CMYK

 C value IS 0.17

 M value IS 0.26

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#615775 (or 0x615775) is known color: Smoky. HEX triplet: 61, 57 and 75. RGB value is (97,87,117). Sum of RGB (Red+Green+Blue) = 97+87+117=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 117 (46.09% from 255 or 38.87% from 301); Max value from RGB is 117 - color contains mainly: blue. Hex color #615775 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615775 is #9EA88A. Grayscale: #5D5D5D. Windows color (decimal): -10397835 or 7690081. OLE color: 7690081.

HSL color Cylindrical-coordinate representation of color #615775: hue angle of 260º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #615775 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 87 117 -
CMYK 0.17 0.26 0 0.54
HSL 260º 0.15% 0.4% -
HSV(B) 260º 0.26% 0.46% -
XYZ 11.55 10.64 18.28 -
YUV 93.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 97 87 117 0.17 0.26 0 0.54 260 0.15 0.4
Hex 61 57 75 11 1A 0 36 104 F 28
Octal 141 127 165 21 32 0 66 404 17 50
Binary 1100001 1010111 1110101 10001 11010 0 110110 100000100 1111 101000

Color Harmonies of #615775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615775

Black with #615775

Text Example


Text Example

White with #615775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615775; }

 p { color: rgb(97,87,117); }

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

background-color css

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

 a { background-color: rgb(97,87,117); }

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

border-color css

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

 span { border-color: rgb(97,87,117); }

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