Html Css Color HEX #543FD6 Slate Blue

📋 copy color: '#543FD6'

red 84 ◦ green 63 ◦ blue 214

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

Shades of Slate Blue #543FD6

Tints of Slate Blue #543FD6

RGB

 RED value IS 84 (33.2% from 255) = 23.27%

 GREEN value IS 63 (25% from 255) = 17.45%

 BLUE value IS 214 (83.98% from 255) = 59.28%

R = 23.27%
G = 17.45%
B = 59.28%

CMYK

 C value IS 0.61

 M value IS 0.71

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#543FD6 (or 0x543FD6) is known color: Slate Blue. HEX triplet: 54, 3F and D6. RGB value is (84,63,214). Sum of RGB (Red+Green+Blue) = 84+63+214=361 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.27% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 214 (83.98% from 255 or 59.28% from 361); Max value from RGB is 214 - color contains mainly: blue. Hex color #543FD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FD6 is #ABC029. Grayscale: #555555. Windows color (decimal): -11255850 or 14040916. OLE color: 14040916.

HSL color Cylindrical-coordinate representation of color #543FD6: hue angle of 248.34º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543FD6 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 84 63 214 -
CMYK 0.61 0.71 0 0.16
HSL 248.34º 0.65% 0.54% -
HSV(B) 248.34º 0.71% 0.84% -
XYZ 17.57 10.29 64.68 -
YUV 86.49 199.96 126.22 -
System Red Green Blue C M Y K H S L
Decimal 84 63 214 0.61 0.71 0 0.16 248.34 0.65 0.54
Hex 54 3F D6 3D 47 0 10 F8 41 36
Octal 124 77 326 75 107 0 20 370 101 66
Binary 1010100 111111 11010110 111101 1000111 0 10000 11111000 1000001 110110

Color Harmonies of #543FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #543FD6

Black with #543FD6

Text Example


Text Example

White with #543FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #543FD6; }

 p { color: rgb(84,63,214); }

 H1.HeaderClassName
 {
   color: #543FD6;
 }
 .AnyTagClassName
 {
   color: #543FD6;
 }
</style>

background-color css

<style>
 a { background-color: #543FD6; }

 a { background-color: rgb(84,63,214); }

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

border-color css

<style>
 span { border-color: #543FD6; }

 span { border-color: rgb(84,63,214); }

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