Html Css Color HEX #6D5ACE Slate Blue

📋 copy color: '#6D5ACE'

red 109 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #6D5ACE

Tints of Slate Blue #6D5ACE

RGB

 RED value IS 109 (42.97% from 255) = 26.91%

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 26.91%
G = 22.22%
B = 50.86%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D5ACE (or 0x6D5ACE) is known color: Slate Blue. HEX triplet: 6D, 5A and CE. RGB value is (109,90,206). Sum of RGB (Red+Green+Blue) = 109+90+206=405 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.91% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D5ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ACE is #92A531. Grayscale: #6C6C6C. Windows color (decimal): -9610546 or 13523565. OLE color: 13523565.

HSL color Cylindrical-coordinate representation of color #6D5ACE: hue angle of 249.83º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D5ACE is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 90 206 -
CMYK 0.47 0.56 0 0.19
HSL 249.83º 0.54% 0.58% -
HSV(B) 249.83º 0.56% 0.81% -
XYZ 21.1 15.02 60.18 -
YUV 108.91 182.79 128.07 -
System Red Green Blue C M Y K H S L
Decimal 109 90 206 0.47 0.56 0 0.19 249.83 0.54 0.58
Hex 6D 5A CE 2F 38 0 13 FA 36 3A
Octal 155 132 316 57 70 0 23 372 66 72
Binary 1101101 1011010 11001110 101111 111000 0 10011 11111010 110110 111010

Color Harmonies of #6D5ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5ACE

Black with #6D5ACE

Text Example


Text Example

White with #6D5ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,90,206); }

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

background-color css

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

 a { background-color: rgb(109,90,206); }

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

border-color css

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

 span { border-color: rgb(109,90,206); }

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