Html Css Color HEX #615E68 Smoky

📋 copy color: '#615E68'

red 97 ◦ green 94 ◦ blue 104

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

Shades of Smoky #615E68

Tints of Smoky #615E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.86%

 BLUE value IS 104 (41.02% from 255) = 35.25%

R = 32.88%
G = 31.86%
B = 35.25%

CMYK

 C value IS 0.07

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#615E68 (or 0x615E68) is known color: Smoky. HEX triplet: 61, 5E and 68. RGB value is (97,94,104). Sum of RGB (Red+Green+Blue) = 97+94+104=295 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.88% from 295); Green value is 94 (37.11% from 255 or 31.86% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 104 - color contains mainly: blue. Hex color #615E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615E68 is #9EA197. Grayscale: #5F5F5F. Windows color (decimal): -10396056 or 6839905. OLE color: 6839905.

HSL color Cylindrical-coordinate representation of color #615E68: hue angle of 258º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #615E68 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 97 94 104 -
CMYK 0.07 0.10 0 0.59
HSL 258º 0.05% 0.39% -
HSV(B) 258º 0.1% 0.41% -
XYZ 11.43 11.55 14.72 -
YUV 96.04 132.49 128.69 -
System Red Green Blue C M Y K H S L
Decimal 97 94 104 0.07 0.10 0 0.59 258 0.05 0.39
Hex 61 5E 68 7 A 0 3B 102 5 27
Octal 141 136 150 7 12 0 73 402 5 47
Binary 1100001 1011110 1101000 111 1010 0 111011 100000010 101 100111

Color Harmonies of #615E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615E68

Black with #615E68

Text Example


Text Example

White with #615E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,94,104); }

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

background-color css

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

 a { background-color: rgb(97,94,104); }

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

border-color css

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

 span { border-color: rgb(97,94,104); }

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