Html Css Color HEX #6541E3 Slate Blue

📋 copy color: '#6541E3'

red 101 ◦ green 65 ◦ blue 227

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

Shades of Slate Blue #6541E3

Tints of Slate Blue #6541E3

RGB

 RED value IS 101 (39.84% from 255) = 25.7%

 GREEN value IS 65 (25.78% from 255) = 16.54%

 BLUE value IS 227 (89.06% from 255) = 57.76%

R = 25.7%
G = 16.54%
B = 57.76%

CMYK

 C value IS 0.56

 M value IS 0.71

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#6541E3 (or 0x6541E3) is known color: Slate Blue. HEX triplet: 65, 41 and E3. RGB value is (101,65,227). Sum of RGB (Red+Green+Blue) = 101+65+227=393 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.70% from 393); Green value is 65 (25.78% from 255 or 16.54% from 393); Blue value is 227 (89.06% from 255 or 57.76% from 393); Max value from RGB is 227 - color contains mainly: blue. Hex color #6541E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541E3 is #9ABE1C. Grayscale: #5D5D5D. Windows color (decimal): -10141213 or 14893413. OLE color: 14893413.

HSL color Cylindrical-coordinate representation of color #6541E3: hue angle of 253.33º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6541E3 is Cyan = 0.56, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 101 65 227 -
CMYK 0.56 0.71 0 0.11
HSL 253.33º 0.74% 0.57% -
HSV(B) 253.33º 0.71% 0.89% -
XYZ 21.12 12.09 73.89 -
YUV 94.23 202.93 132.83 -
System Red Green Blue C M Y K H S L
Decimal 101 65 227 0.56 0.71 0 0.11 253.33 0.74 0.57
Hex 65 41 E3 38 47 0 B FD 4A 39
Octal 145 101 343 70 107 0 13 375 112 71
Binary 1100101 1000001 11100011 111000 1000111 0 1011 11111101 1001010 111001

Color Harmonies of #6541E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541E3

Black with #6541E3

Text Example


Text Example

White with #6541E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6541E3; }

 p { color: rgb(101,65,227); }

 H1.HeaderClassName
 {
   color: #6541E3;
 }
 .AnyTagClassName
 {
   color: #6541E3;
 }
</style>

background-color css

<style>
 a { background-color: #6541E3; }

 a { background-color: rgb(101,65,227); }

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

border-color css

<style>
 span { border-color: #6541E3; }

 span { border-color: rgb(101,65,227); }

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