Html Css Color HEX #6546D5 Slate Blue

📋 copy color: '#6546D5'

red 101 ◦ green 70 ◦ blue 213

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

Shades of Slate Blue #6546D5

Tints of Slate Blue #6546D5

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.23%

 BLUE value IS 213 (83.59% from 255) = 55.47%

R = 26.3%
G = 18.23%
B = 55.47%

CMYK

 C value IS 0.53

 M value IS 0.67

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6546D5 (or 0x6546D5) is known color: Slate Blue. HEX triplet: 65, 46 and D5. RGB value is (101,70,213). Sum of RGB (Red+Green+Blue) = 101+70+213=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 70 (27.73% from 255 or 18.23% from 384); Blue value is 213 (83.59% from 255 or 55.47% from 384); Max value from RGB is 213 - color contains mainly: blue. Hex color #6546D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6546D5 is #9AB92A. Grayscale: #5F5F5F. Windows color (decimal): -10139947 or 13977189. OLE color: 13977189.

HSL color Cylindrical-coordinate representation of color #6546D5: hue angle of 253.01º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6546D5 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 101 70 213 -
CMYK 0.53 0.67 0 0.16
HSL 253.01º 0.63% 0.55% -
HSV(B) 253.01º 0.67% 0.84% -
XYZ 19.57 11.95 64.23 -
YUV 95.57 194.27 131.87 -
System Red Green Blue C M Y K H S L
Decimal 101 70 213 0.53 0.67 0 0.16 253.01 0.63 0.55
Hex 65 46 D5 35 43 0 10 FD 3F 37
Octal 145 106 325 65 103 0 20 375 77 67
Binary 1100101 1000110 11010101 110101 1000011 0 10000 11111101 111111 110111

Color Harmonies of #6546D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6546D5

Black with #6546D5

Text Example


Text Example

White with #6546D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6546D5; }

 p { color: rgb(101,70,213); }

 H1.HeaderClassName
 {
   color: #6546D5;
 }
 .AnyTagClassName
 {
   color: #6546D5;
 }
</style>

background-color css

<style>
 a { background-color: #6546D5; }

 a { background-color: rgb(101,70,213); }

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

border-color css

<style>
 span { border-color: #6546D5; }

 span { border-color: rgb(101,70,213); }

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