Html Css Color HEX #6544D7 Slate Blue

📋 copy color: '#6544D7'

red 101 ◦ green 68 ◦ blue 215

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

Shades of Slate Blue #6544D7

Tints of Slate Blue #6544D7

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.71%

 BLUE value IS 215 (84.38% from 255) = 55.99%

R = 26.3%
G = 17.71%
B = 55.99%

CMYK

 C value IS 0.53

 M value IS 0.68

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6544D7 (or 0x6544D7) is known color: Slate Blue. HEX triplet: 65, 44 and D7. RGB value is (101,68,215). Sum of RGB (Red+Green+Blue) = 101+68+215=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 68 (26.95% from 255 or 17.71% from 384); Blue value is 215 (84.38% from 255 or 55.99% from 384); Max value from RGB is 215 - color contains mainly: blue. Hex color #6544D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6544D7 is #9ABB28. Grayscale: #5E5E5E. Windows color (decimal): -10140457 or 14107749. OLE color: 14107749.

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

Color convert

RGB 101 68 215 -
CMYK 0.53 0.68 0 0.16
HSL 253.47º 0.65% 0.55% -
HSV(B) 253.47º 0.68% 0.84% -
XYZ 19.7 11.81 65.53 -
YUV 94.63 195.93 132.55 -
System Red Green Blue C M Y K H S L
Decimal 101 68 215 0.53 0.68 0 0.16 253.47 0.65 0.55
Hex 65 44 D7 35 44 0 10 FD 41 37
Octal 145 104 327 65 104 0 20 375 101 67
Binary 1100101 1000100 11010111 110101 1000100 0 10000 11111101 1000001 110111

Color Harmonies of #6544D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6544D7

Black with #6544D7

Text Example


Text Example

White with #6544D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6544D7; }

 p { color: rgb(101,68,215); }

 H1.HeaderClassName
 {
   color: #6544D7;
 }
 .AnyTagClassName
 {
   color: #6544D7;
 }
</style>

background-color css

<style>
 a { background-color: #6544D7; }

 a { background-color: rgb(101,68,215); }

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

border-color css

<style>
 span { border-color: #6544D7; }

 span { border-color: rgb(101,68,215); }

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