Html Css Color HEX #6D55C0 Slate Blue

📋 copy color: '#6D55C0'

red 109 ◦ green 85 ◦ blue 192

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

Shades of Slate Blue #6D55C0

Tints of Slate Blue #6D55C0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.02%

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

R = 28.24%
G = 22.02%
B = 49.74%

CMYK

 C value IS 0.43

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6D55C0 (or 0x6D55C0) is known color: Slate Blue. HEX triplet: 6D, 55 and C0. RGB value is (109,85,192). Sum of RGB (Red+Green+Blue) = 109+85+192=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 85 (33.59% from 255 or 22.02% from 386); Blue value is 192 (75.39% from 255 or 49.74% from 386); Max value from RGB is 192 - color contains mainly: blue. Hex color #6D55C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55C0 is #92AA3F. Grayscale: #676767. Windows color (decimal): -9611840 or 12604781. OLE color: 12604781.

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

Color convert

RGB 109 85 192 -
CMYK 0.43 0.56 0 0.25
HSL 253.46º 0.46% 0.54% -
HSV(B) 253.46º 0.56% 0.75% -
XYZ 19.07 13.55 51.48 -
YUV 104.37 177.45 131.3 -
System Red Green Blue C M Y K H S L
Decimal 109 85 192 0.43 0.56 0 0.25 253.46 0.46 0.54
Hex 6D 55 C0 2B 38 0 19 FD 2E 36
Octal 155 125 300 53 70 0 31 375 56 66
Binary 1101101 1010101 11000000 101011 111000 0 11001 11111101 101110 110110

Color Harmonies of #6D55C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D55C0

Black with #6D55C0

Text Example


Text Example

White with #6D55C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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