Html Css Color HEX #6D5DCE Slate Blue

📋 copy color: '#6D5DCE'

red 109 ◦ green 93 ◦ blue 206

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

Shades of Slate Blue #6D5DCE

Tints of Slate Blue #6D5DCE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.79%

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

R = 26.72%
G = 22.79%
B = 50.49%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D5DCE (or 0x6D5DCE) is known color: Slate Blue. HEX triplet: 6D, 5D and CE. RGB value is (109,93,206). Sum of RGB (Red+Green+Blue) = 109+93+206=408 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.72% from 408); Green value is 93 (36.72% from 255 or 22.79% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D5DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5DCE is #92A231. Grayscale: #6E6E6E. Windows color (decimal): -9609778 or 13524333. OLE color: 13524333.

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

Color convert

RGB 109 93 206 -
CMYK 0.47 0.55 0 0.19
HSL 248.5º 0.54% 0.59% -
HSV(B) 248.5º 0.55% 0.81% -
XYZ 21.36 15.54 60.27 -
YUV 110.67 181.8 126.81 -
System Red Green Blue C M Y K H S L
Decimal 109 93 206 0.47 0.55 0 0.19 248.5 0.54 0.59
Hex 6D 5D CE 2F 37 0 13 F8 36 3B
Octal 155 135 316 57 67 0 23 370 66 73
Binary 1101101 1011101 11001110 101111 110111 0 10011 11111000 110110 111011

Color Harmonies of #6D5DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5DCE

Black with #6D5DCE

Text Example


Text Example

White with #6D5DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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