Html Css Color HEX #615997 Scampi

📋 copy color: '#615997'

red 97 ◦ green 89 ◦ blue 151

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

Shades of Scampi #615997

Tints of Scampi #615997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.41%

 BLUE value IS 151 (59.38% from 255) = 44.81%

R = 28.78%
G = 26.41%
B = 44.81%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#615997 (or 0x615997) is known color: Scampi. HEX triplet: 61, 59 and 97. RGB value is (97,89,151). Sum of RGB (Red+Green+Blue) = 97+89+151=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 151 (59.38% from 255 or 44.81% from 337); Max value from RGB is 151 - color contains mainly: blue. Hex color #615997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615997 is #9EA668. Grayscale: #626262. Windows color (decimal): -10397289 or 9918817. OLE color: 9918817.

HSL color Cylindrical-coordinate representation of color #615997: hue angle of 247.74º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #615997 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 97 89 151 -
CMYK 0.36 0.41 0 0.41
HSL 247.74º 0.26% 0.47% -
HSV(B) 247.74º 0.41% 0.59% -
XYZ 14.09 11.92 30.84 -
YUV 98.46 157.65 126.96 -
System Red Green Blue C M Y K H S L
Decimal 97 89 151 0.36 0.41 0 0.41 247.74 0.26 0.47
Hex 61 59 97 24 29 0 29 F8 1A 2F
Octal 141 131 227 44 51 0 51 370 32 57
Binary 1100001 1011001 10010111 100100 101001 0 101001 11111000 11010 101111

Color Harmonies of #615997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615997

Black with #615997

Text Example


Text Example

White with #615997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615997; }

 p { color: rgb(97,89,151); }

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

background-color css

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

 a { background-color: rgb(97,89,151); }

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

border-color css

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

 span { border-color: rgb(97,89,151); }

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