Html Css Color HEX #6159C1 Slate Blue

📋 copy color: '#6159C1'

red 97 ◦ green 89 ◦ blue 193

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

Shades of Slate Blue #6159C1

Tints of Slate Blue #6159C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 50.92%

R = 25.59%
G = 23.48%
B = 50.92%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6159C1 (or 0x6159C1) is known color: Slate Blue. HEX triplet: 61, 59 and C1. RGB value is (97,89,193). Sum of RGB (Red+Green+Blue) = 97+89+193=379 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.59% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 193 (75.78% from 255 or 50.92% from 379); Max value from RGB is 193 - color contains mainly: blue. Hex color #6159C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6159C1 is #9EA63E. Grayscale: #666666. Windows color (decimal): -10397247 or 12671329. OLE color: 12671329.

HSL color Cylindrical-coordinate representation of color #6159C1: hue angle of 244.62º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6159C1 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 97 89 193 -
CMYK 0.50 0.54 0 0.24
HSL 244.62º 0.46% 0.55% -
HSV(B) 244.62º 0.54% 0.76% -
XYZ 18.13 13.54 52.11 -
YUV 103.25 178.65 123.54 -
System Red Green Blue C M Y K H S L
Decimal 97 89 193 0.50 0.54 0 0.24 244.62 0.46 0.55
Hex 61 59 C1 32 36 0 18 F5 2E 37
Octal 141 131 301 62 66 0 30 365 56 67
Binary 1100001 1011001 11000001 110010 110110 0 11000 11110101 101110 110111

Color Harmonies of #6159C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6159C1

Black with #6159C1

Text Example


Text Example

White with #6159C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6159C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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