Html Css Color HEX #6059C1 Slate Blue

📋 copy color: '#6059C1'

red 96 ◦ green 89 ◦ blue 193

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

Shades of Slate Blue #6059C1

Tints of Slate Blue #6059C1

RGB

 RED value IS 96 (37.89% from 255) = 25.4%

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

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

R = 25.4%
G = 23.54%
B = 51.06%

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

#6059C1 (or 0x6059C1) is known color: Slate Blue. HEX triplet: 60, 59 and C1. RGB value is (96,89,193). Sum of RGB (Red+Green+Blue) = 96+89+193=378 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.40% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 193 (75.78% from 255 or 51.06% from 378); Max value from RGB is 193 - color contains mainly: blue. Hex color #6059C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6059C1 is #9FA63E. Grayscale: #666666. Windows color (decimal): -10462783 or 12671328. OLE color: 12671328.

HSL color Cylindrical-coordinate representation of color #6059C1: hue angle of 244.04º 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 #6059C1 is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 89 193 -
CMYK 0.50 0.54 0 0.24
HSL 244.04º 0.46% 0.55% -
HSV(B) 244.04º 0.54% 0.76% -
XYZ 18.02 13.48 52.1 -
YUV 102.95 178.82 123.04 -
System Red Green Blue C M Y K H S L
Decimal 96 89 193 0.50 0.54 0 0.24 244.04 0.46 0.55
Hex 60 59 C1 32 36 0 18 F4 2E 37
Octal 140 131 301 62 66 0 30 364 56 67
Binary 1100000 1011001 11000001 110010 110110 0 11000 11110100 101110 110111

Color Harmonies of #6059C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6059C1

Black with #6059C1

Text Example


Text Example

White with #6059C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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