Html Css Color HEX #6540D6 Slate Blue

📋 copy color: '#6540D6'

red 101 ◦ green 64 ◦ blue 214

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

Shades of Slate Blue #6540D6

Tints of Slate Blue #6540D6

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.89%

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

R = 26.65%
G = 16.89%
B = 56.46%

CMYK

 C value IS 0.53

 M value IS 0.70

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6540D6 (or 0x6540D6) is known color: Slate Blue. HEX triplet: 65, 40 and D6. RGB value is (101,64,214). Sum of RGB (Red+Green+Blue) = 101+64+214=379 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.65% from 379); Green value is 64 (25.39% from 255 or 16.89% from 379); Blue value is 214 (83.98% from 255 or 56.46% from 379); Max value from RGB is 214 - color contains mainly: blue. Hex color #6540D6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540D6 is #9ABF29. Grayscale: #5B5B5B. Windows color (decimal): -10141482 or 14041189. OLE color: 14041189.

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

Color convert

RGB 101 64 214 -
CMYK 0.53 0.70 0 0.16
HSL 254.8º 0.65% 0.55% -
HSV(B) 254.8º 0.7% 0.84% -
XYZ 19.34 11.29 64.78 -
YUV 92.16 196.76 134.3 -
System Red Green Blue C M Y K H S L
Decimal 101 64 214 0.53 0.70 0 0.16 254.8 0.65 0.55
Hex 65 40 D6 35 46 0 10 FF 41 37
Octal 145 100 326 65 106 0 20 377 101 67
Binary 1100101 1000000 11010110 110101 1000110 0 10000 11111111 1000001 110111

Color Harmonies of #6540D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540D6

Black with #6540D6

Text Example


Text Example

White with #6540D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6540D6; }

 p { color: rgb(101,64,214); }

 H1.HeaderClassName
 {
   color: #6540D6;
 }
 .AnyTagClassName
 {
   color: #6540D6;
 }
</style>

background-color css

<style>
 a { background-color: #6540D6; }

 a { background-color: rgb(101,64,214); }

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

border-color css

<style>
 span { border-color: #6540D6; }

 span { border-color: rgb(101,64,214); }

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