Html Css Color HEX #6D5ACB Slate Blue

📋 copy color: '#6D5ACB'

red 109 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #6D5ACB

Tints of Slate Blue #6D5ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 27.11%
G = 22.39%
B = 50.5%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D5ACB (or 0x6D5ACB) is known color: Slate Blue. HEX triplet: 6D, 5A and CB. RGB value is (109,90,203). Sum of RGB (Red+Green+Blue) = 109+90+203=402 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.11% from 402); Green value is 90 (35.55% from 255 or 22.39% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5ACB is #92A534. Grayscale: #6C6C6C. Windows color (decimal): -9610549 or 13326957. OLE color: 13326957.

HSL color Cylindrical-coordinate representation of color #6D5ACB: hue angle of 250.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D5ACB is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 90 203 -
CMYK 0.46 0.56 0 0.20
HSL 250.09º 0.52% 0.57% -
HSV(B) 250.09º 0.56% 0.8% -
XYZ 20.74 14.88 58.28 -
YUV 108.56 181.29 128.31 -
System Red Green Blue C M Y K H S L
Decimal 109 90 203 0.46 0.56 0 0.20 250.09 0.52 0.57
Hex 6D 5A CB 2E 38 0 14 FA 34 39
Octal 155 132 313 56 70 0 24 372 64 71
Binary 1101101 1011010 11001011 101110 111000 0 10100 11111010 110100 111001

Color Harmonies of #6D5ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5ACB

Black with #6D5ACB

Text Example


Text Example

White with #6D5ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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