Html Css Color HEX #615899 Scampi

📋 copy color: '#615899'

red 97 ◦ green 88 ◦ blue 153

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

Shades of Scampi #615899

Tints of Scampi #615899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.04%

 BLUE value IS 153 (60.16% from 255) = 45.27%

R = 28.7%
G = 26.04%
B = 45.27%

CMYK

 C value IS 0.37

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#615899 (or 0x615899) is known color: Scampi. HEX triplet: 61, 58 and 99. RGB value is (97,88,153). Sum of RGB (Red+Green+Blue) = 97+88+153=338 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.70% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 153 (60.16% from 255 or 45.27% from 338); Max value from RGB is 153 - color contains mainly: blue. Hex color #615899 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #615899 is #9EA766. Grayscale: #616161. Windows color (decimal): -10397543 or 10049633. OLE color: 10049633.

HSL color Cylindrical-coordinate representation of color #615899: hue angle of 248.31º degrees, saturation: 0.27, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #615899 is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 88 153 -
CMYK 0.37 0.42 0 0.4
HSL 248.31º 0.27% 0.47% -
HSV(B) 248.31º 0.42% 0.6% -
XYZ 14.17 11.82 31.67 -
YUV 98.1 158.98 127.21 -
System Red Green Blue C M Y K H S L
Decimal 97 88 153 0.37 0.42 0 0.4 248.31 0.27 0.47
Hex 61 58 99 25 2A 0 28 F8 1B 2F
Octal 141 130 231 45 52 0 50 370 33 57
Binary 1100001 1011000 10011001 100101 101010 0 101000 11111000 11011 101111

Color Harmonies of #615899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615899

Black with #615899

Text Example


Text Example

White with #615899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615899; }

 p { color: rgb(97,88,153); }

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

background-color css

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

 a { background-color: rgb(97,88,153); }

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

border-color css

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

 span { border-color: rgb(97,88,153); }

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