Html Css Color HEX #6053C5 Slate Blue

📋 copy color: '#6053C5'

red 96 ◦ green 83 ◦ blue 197

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

Shades of Slate Blue #6053C5

Tints of Slate Blue #6053C5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.07%

 BLUE value IS 197 (77.34% from 255) = 52.39%

R = 25.53%
G = 22.07%
B = 52.39%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6053C5 (or 0x6053C5) is known color: Slate Blue. HEX triplet: 60, 53 and C5. RGB value is (96,83,197). Sum of RGB (Red+Green+Blue) = 96+83+197=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 83 (32.81% from 255 or 22.07% from 376); Blue value is 197 (77.34% from 255 or 52.39% from 376); Max value from RGB is 197 - color contains mainly: blue. Hex color #6053C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6053C5 is #9FAC3A. Grayscale: #636363. Windows color (decimal): -10464315 or 12931936. OLE color: 12931936.

HSL color Cylindrical-coordinate representation of color #6053C5: hue angle of 246.84º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6053C5 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 96 83 197 -
CMYK 0.51 0.58 0 0.23
HSL 246.84º 0.5% 0.55% -
HSV(B) 246.84º 0.58% 0.77% -
XYZ 18 12.7 54.33 -
YUV 99.88 182.81 125.23 -
System Red Green Blue C M Y K H S L
Decimal 96 83 197 0.51 0.58 0 0.23 246.84 0.5 0.55
Hex 60 53 C5 33 3A 0 17 F7 32 37
Octal 140 123 305 63 72 0 27 367 62 67
Binary 1100000 1010011 11000101 110011 111010 0 10111 11110111 110010 110111

Color Harmonies of #6053C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6053C5

Black with #6053C5

Text Example


Text Example

White with #6053C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6053C5; }

 p { color: rgb(96,83,197); }

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

background-color css

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

 a { background-color: rgb(96,83,197); }

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

border-color css

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

 span { border-color: rgb(96,83,197); }

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