Html Css Color HEX #6541D8 Slate Blue

📋 copy color: '#6541D8'

red 101 ◦ green 65 ◦ blue 216

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

Shades of Slate Blue #6541D8

Tints of Slate Blue #6541D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 56.54%

R = 26.44%
G = 17.02%
B = 56.54%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6541D8 (or 0x6541D8) is known color: Slate Blue. HEX triplet: 65, 41 and D8. RGB value is (101,65,216). Sum of RGB (Red+Green+Blue) = 101+65+216=382 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.44% from 382); Green value is 65 (25.78% from 255 or 17.02% from 382); Blue value is 216 (84.77% from 255 or 56.54% from 382); Max value from RGB is 216 - color contains mainly: blue. Hex color #6541D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6541D8 is #9ABE27. Grayscale: #5C5C5C. Windows color (decimal): -10141224 or 14172517. OLE color: 14172517.

HSL color Cylindrical-coordinate representation of color #6541D8: hue angle of 254.3º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6541D8 is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 101 65 216 -
CMYK 0.53 0.70 0 0.15
HSL 254.3º 0.66% 0.55% -
HSV(B) 254.3º 0.7% 0.85% -
XYZ 19.65 11.51 66.15 -
YUV 92.98 197.43 133.72 -
System Red Green Blue C M Y K H S L
Decimal 101 65 216 0.53 0.70 0 0.15 254.3 0.66 0.55
Hex 65 41 D8 35 46 0 F FE 42 37
Octal 145 101 330 65 106 0 17 376 102 67
Binary 1100101 1000001 11011000 110101 1000110 0 1111 11111110 1000010 110111

Color Harmonies of #6541D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6541D8

Black with #6541D8

Text Example


Text Example

White with #6541D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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