Html Css Color HEX #6D5AC0 Slate Blue

📋 copy color: '#6D5AC0'

red 109 ◦ green 90 ◦ blue 192

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

Shades of Slate Blue #6D5AC0

Tints of Slate Blue #6D5AC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 49.1%

R = 27.88%
G = 23.02%
B = 49.1%

CMYK

 C value IS 0.43

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D5AC0 (or 0x6D5AC0) is known color: Slate Blue. HEX triplet: 6D, 5A and C0. RGB value is (109,90,192). Sum of RGB (Red+Green+Blue) = 109+90+192=391 (51% of max value = 765). Red value is 109 (42.97% from 255 or 27.88% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 192 (75.39% from 255 or 49.10% from 391); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D5AC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5AC0 is #92A53F. Grayscale: #6A6A6A. Windows color (decimal): -9610560 or 12606061. OLE color: 12606061.

HSL color Cylindrical-coordinate representation of color #6D5AC0: hue angle of 251.18º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5AC0 is Cyan = 0.43, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 109 90 192 -
CMYK 0.43 0.53 0 0.25
HSL 251.18º 0.45% 0.55% -
HSV(B) 251.18º 0.53% 0.75% -
XYZ 19.48 14.37 51.62 -
YUV 107.31 175.79 129.21 -
System Red Green Blue C M Y K H S L
Decimal 109 90 192 0.43 0.53 0 0.25 251.18 0.45 0.55
Hex 6D 5A C0 2B 35 0 19 FB 2D 37
Octal 155 132 300 53 65 0 31 373 55 67
Binary 1101101 1011010 11000000 101011 110101 0 11001 11111011 101101 110111

Color Harmonies of #6D5AC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5AC0

Black with #6D5AC0

Text Example


Text Example

White with #6D5AC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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