Html Css Color HEX #61559F Scampi

📋 copy color: '#61559F'

red 97 ◦ green 85 ◦ blue 159

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

Shades of Scampi #61559F

Tints of Scampi #61559F

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.93%

 BLUE value IS 159 (62.5% from 255) = 46.63%

R = 28.45%
G = 24.93%
B = 46.63%

CMYK

 C value IS 0.39

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61559F (or 0x61559F) is known color: Scampi. HEX triplet: 61, 55 and 9F. RGB value is (97,85,159). Sum of RGB (Red+Green+Blue) = 97+85+159=341 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.45% from 341); Green value is 85 (33.59% from 255 or 24.93% from 341); Blue value is 159 (62.5% from 255 or 46.63% from 341); Max value from RGB is 159 - color contains mainly: blue. Hex color #61559F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61559F is #9EAA60. Grayscale: #606060. Windows color (decimal): -10398305 or 10442081. OLE color: 10442081.

HSL color Cylindrical-coordinate representation of color #61559F: hue angle of 249.73º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #61559F is Cyan = 0.39, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 85 159 -
CMYK 0.39 0.47 0 0.38
HSL 249.73º 0.3% 0.48% -
HSV(B) 249.73º 0.47% 0.62% -
XYZ 14.44 11.54 34.27 -
YUV 97.02 162.98 127.98 -
System Red Green Blue C M Y K H S L
Decimal 97 85 159 0.39 0.47 0 0.38 249.73 0.3 0.48
Hex 61 55 9F 27 2F 0 26 FA 1E 30
Octal 141 125 237 47 57 0 46 372 36 60
Binary 1100001 1010101 10011111 100111 101111 0 100110 11111010 11110 110000

Color Harmonies of #61559F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61559F

Black with #61559F

Text Example


Text Example

White with #61559F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61559F; }

 p { color: rgb(97,85,159); }

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

background-color css

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

 a { background-color: rgb(97,85,159); }

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

border-color css

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

 span { border-color: rgb(97,85,159); }

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