Html Css Color HEX #6543D7 Slate Blue

📋 copy color: '#6543D7'

red 101 ◦ green 67 ◦ blue 215

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

Shades of Slate Blue #6543D7

Tints of Slate Blue #6543D7

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

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

R = 26.37%
G = 17.49%
B = 56.14%

CMYK

 C value IS 0.53

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6543D7 (or 0x6543D7) is known color: Slate Blue. HEX triplet: 65, 43 and D7. RGB value is (101,67,215). Sum of RGB (Red+Green+Blue) = 101+67+215=383 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.37% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 215 (84.38% from 255 or 56.14% from 383); Max value from RGB is 215 - color contains mainly: blue. Hex color #6543D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6543D7 is #9ABC28. Grayscale: #5D5D5D. Windows color (decimal): -10140713 or 14107493. OLE color: 14107493.

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

Color convert

RGB 101 67 215 -
CMYK 0.53 0.69 0 0.16
HSL 253.78º 0.65% 0.55% -
HSV(B) 253.78º 0.69% 0.84% -
XYZ 19.64 11.69 65.51 -
YUV 94.04 196.26 132.97 -
System Red Green Blue C M Y K H S L
Decimal 101 67 215 0.53 0.69 0 0.16 253.78 0.65 0.55
Hex 65 43 D7 35 45 0 10 FE 41 37
Octal 145 103 327 65 105 0 20 376 101 67
Binary 1100101 1000011 11010111 110101 1000101 0 10000 11111110 1000001 110111

Color Harmonies of #6543D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6543D7

Black with #6543D7

Text Example


Text Example

White with #6543D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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