Html Css Color HEX #6D5FC7 Slate Blue

📋 copy color: '#6D5FC7'

red 109 ◦ green 95 ◦ blue 199

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

Shades of Slate Blue #6D5FC7

Tints of Slate Blue #6D5FC7

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

 BLUE value IS 199 (78.13% from 255) = 49.38%

R = 27.05%
G = 23.57%
B = 49.38%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6D5FC7 (or 0x6D5FC7) is known color: Slate Blue. HEX triplet: 6D, 5F and C7. RGB value is (109,95,199). Sum of RGB (Red+Green+Blue) = 109+95+199=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #6D5FC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FC7 is #92A038. Grayscale: #6E6E6E. Windows color (decimal): -9609273 or 13066093. OLE color: 13066093.

HSL color Cylindrical-coordinate representation of color #6D5FC7: hue angle of 248.08º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6D5FC7 is Cyan = 0.45, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 109 95 199 -
CMYK 0.45 0.52 0 0.22
HSL 248.08º 0.48% 0.58% -
HSV(B) 248.08º 0.52% 0.78% -
XYZ 20.71 15.56 55.94 -
YUV 111.04 177.64 126.54 -
System Red Green Blue C M Y K H S L
Decimal 109 95 199 0.45 0.52 0 0.22 248.08 0.48 0.58
Hex 6D 5F C7 2D 34 0 16 F8 30 3A
Octal 155 137 307 55 64 0 26 370 60 72
Binary 1101101 1011111 11000111 101101 110100 0 10110 11111000 110000 111010

Color Harmonies of #6D5FC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5FC7

Black with #6D5FC7

Text Example


Text Example

White with #6D5FC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,95,199); }

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

background-color css

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

 a { background-color: rgb(109,95,199); }

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

border-color css

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

 span { border-color: rgb(109,95,199); }

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