Html Css Color HEX #6B4AD5 Slate Blue

📋 copy color: '#6B4AD5'

red 107 ◦ green 74 ◦ blue 213

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

Shades of Slate Blue #6B4AD5

Tints of Slate Blue #6B4AD5

RGB

 RED value IS 107 (42.19% from 255) = 27.16%

 GREEN value IS 74 (29.3% from 255) = 18.78%

 BLUE value IS 213 (83.59% from 255) = 54.06%

R = 27.16%
G = 18.78%
B = 54.06%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6B4AD5 (or 0x6B4AD5) is known color: Slate Blue. HEX triplet: 6B, 4A and D5. RGB value is (107,74,213). Sum of RGB (Red+Green+Blue) = 107+74+213=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 74 (29.30% from 255 or 18.78% from 394); Blue value is 213 (83.59% from 255 or 54.06% from 394); Max value from RGB is 213 - color contains mainly: blue. Hex color #6B4AD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6B4AD5 is #94B52A. Grayscale: #636363. Windows color (decimal): -9745707 or 13978219. OLE color: 13978219.

HSL color Cylindrical-coordinate representation of color #6B4AD5: hue angle of 254.24º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6B4AD5 is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 107 74 213 -
CMYK 0.50 0.65 0 0.16
HSL 254.24º 0.62% 0.56% -
HSV(B) 254.24º 0.65% 0.84% -
XYZ 20.52 12.83 64.35 -
YUV 99.71 191.93 133.2 -
System Red Green Blue C M Y K H S L
Decimal 107 74 213 0.50 0.65 0 0.16 254.24 0.62 0.56
Hex 6B 4A D5 32 41 0 10 FE 3E 38
Octal 153 112 325 62 101 0 20 376 76 70
Binary 1101011 1001010 11010101 110010 1000001 0 10000 11111110 111110 111000

Color Harmonies of #6B4AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B4AD5

Black with #6B4AD5

Text Example


Text Example

White with #6B4AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6B4AD5; }

 p { color: rgb(107,74,213); }

 H1.HeaderClassName
 {
   color: #6B4AD5;
 }
 .AnyTagClassName
 {
   color: #6B4AD5;
 }
</style>

background-color css

<style>
 a { background-color: #6B4AD5; }

 a { background-color: rgb(107,74,213); }

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

border-color css

<style>
 span { border-color: #6B4AD5; }

 span { border-color: rgb(107,74,213); }

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