Html Css Color HEX #6153C5 Slate Blue

📋 copy color: '#6153C5'

red 97 ◦ green 83 ◦ blue 197

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

Shades of Slate Blue #6153C5

Tints of Slate Blue #6153C5

RGB

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

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

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

R = 25.73%
G = 22.02%
B = 52.25%

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

#6153C5 (or 0x6153C5) is known color: Slate Blue. HEX triplet: 61, 53 and C5. RGB value is (97,83,197). Sum of RGB (Red+Green+Blue) = 97+83+197=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 83 (32.81% from 255 or 22.02% from 377); Blue value is 197 (77.34% from 255 or 52.25% from 377); Max value from RGB is 197 - color contains mainly: blue. Hex color #6153C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6153C5 is #9EAC3A. Grayscale: #636363. Windows color (decimal): -10398779 or 12931937. OLE color: 12931937.

HSL color Cylindrical-coordinate representation of color #6153C5: hue angle of 247.37º 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 #6153C5 is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 97 83 197 -
CMYK 0.51 0.58 0 0.23
HSL 247.37º 0.5% 0.55% -
HSV(B) 247.37º 0.58% 0.77% -
XYZ 18.1 12.76 54.33 -
YUV 100.18 182.64 125.73 -
System Red Green Blue C M Y K H S L
Decimal 97 83 197 0.51 0.58 0 0.23 247.37 0.5 0.55
Hex 61 53 C5 33 3A 0 17 F7 32 37
Octal 141 123 305 63 72 0 27 367 62 67
Binary 1100001 1010011 11000101 110011 111010 0 10111 11110111 110010 110111

Color Harmonies of #6153C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6153C5

Black with #6153C5

Text Example


Text Example

White with #6153C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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