Html Css Color HEX #615C7B Smoky

📋 copy color: '#615C7B'

red 97 ◦ green 92 ◦ blue 123

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

Shades of Smoky #615C7B

Tints of Smoky #615C7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 31.09%
G = 29.49%
B = 39.42%

CMYK

 C value IS 0.21

 M value IS 0.25

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#615C7B (or 0x615C7B) is known color: Smoky. HEX triplet: 61, 5C and 7B. RGB value is (97,92,123). Sum of RGB (Red+Green+Blue) = 97+92+123=312 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.09% from 312); Green value is 92 (36.33% from 255 or 29.49% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 123 - color contains mainly: blue. Hex color #615C7B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C7B is #9EA384. Grayscale: #606060. Windows color (decimal): -10396549 or 8084577. OLE color: 8084577.

HSL color Cylindrical-coordinate representation of color #615C7B: hue angle of 249.68º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #615C7B is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 97 92 123 -
CMYK 0.21 0.25 0 0.52
HSL 249.68º 0.14% 0.42% -
HSV(B) 249.68º 0.25% 0.48% -
XYZ 12.33 11.63 20.33 -
YUV 97.03 142.66 127.98 -
System Red Green Blue C M Y K H S L
Decimal 97 92 123 0.21 0.25 0 0.52 249.68 0.14 0.42
Hex 61 5C 7B 15 19 0 34 FA E 2A
Octal 141 134 173 25 31 0 64 372 16 52
Binary 1100001 1011100 1111011 10101 11001 0 110100 11111010 1110 101010

Color Harmonies of #615C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615C7B

Black with #615C7B

Text Example


Text Example

White with #615C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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