Html Css Color HEX #6542D1 Slate Blue

📋 copy color: '#6542D1'

red 101 ◦ green 66 ◦ blue 209

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

Shades of Slate Blue #6542D1

Tints of Slate Blue #6542D1

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 209 (82.03% from 255) = 55.59%

R = 26.86%
G = 17.55%
B = 55.59%

CMYK

 C value IS 0.52

 M value IS 0.68

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6542D1 (or 0x6542D1) is known color: Slate Blue. HEX triplet: 65, 42 and D1. RGB value is (101,66,209). Sum of RGB (Red+Green+Blue) = 101+66+209=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 209 (82.03% from 255 or 55.59% from 376); Max value from RGB is 209 - color contains mainly: blue. Hex color #6542D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6542D1 is #9ABD2E. Grayscale: #5C5C5C. Windows color (decimal): -10140975 or 13714021. OLE color: 13714021.

HSL color Cylindrical-coordinate representation of color #6542D1: hue angle of 254.69º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6542D1 is Cyan = 0.52, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 101 66 209 -
CMYK 0.52 0.68 0 0.18
HSL 254.69º 0.61% 0.54% -
HSV(B) 254.69º 0.68% 0.82% -
XYZ 18.82 11.27 61.5 -
YUV 92.77 193.6 133.87 -
System Red Green Blue C M Y K H S L
Decimal 101 66 209 0.52 0.68 0 0.18 254.69 0.61 0.54
Hex 65 42 D1 34 44 0 12 FF 3D 36
Octal 145 102 321 64 104 0 22 377 75 66
Binary 1100101 1000010 11010001 110100 1000100 0 10010 11111111 111101 110110

Color Harmonies of #6542D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6542D1

Black with #6542D1

Text Example


Text Example

White with #6542D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6542D1; }

 p { color: rgb(101,66,209); }

 H1.HeaderClassName
 {
   color: #6542D1;
 }
 .AnyTagClassName
 {
   color: #6542D1;
 }
</style>

background-color css

<style>
 a { background-color: #6542D1; }

 a { background-color: rgb(101,66,209); }

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

border-color css

<style>
 span { border-color: #6542D1; }

 span { border-color: rgb(101,66,209); }

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