Html Css Color HEX #6D5FCA Slate Blue

📋 copy color: '#6D5FCA'

red 109 ◦ green 95 ◦ blue 202

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

Shades of Slate Blue #6D5FCA

Tints of Slate Blue #6D5FCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 26.85%
G = 23.4%
B = 49.75%

CMYK

 C value IS 0.46

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D5FCA (or 0x6D5FCA) is known color: Slate Blue. HEX triplet: 6D, 5F and CA. RGB value is (109,95,202). Sum of RGB (Red+Green+Blue) = 109+95+202=406 (53% of max value = 765). Red value is 109 (42.97% from 255 or 26.85% from 406); Green value is 95 (37.5% from 255 or 23.40% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D5FCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5FCA is #92A035. Grayscale: #6E6E6E. Windows color (decimal): -9609270 or 13262701. OLE color: 13262701.

HSL color Cylindrical-coordinate representation of color #6D5FCA: hue angle of 247.85º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6D5FCA is Cyan = 0.46, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 95 202 -
CMYK 0.46 0.53 0 0.21
HSL 247.85º 0.5% 0.58% -
HSV(B) 247.85º 0.53% 0.79% -
XYZ 21.06 15.7 57.8 -
YUV 111.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 109 95 202 0.46 0.53 0 0.21 247.85 0.5 0.58
Hex 6D 5F CA 2E 35 0 15 F8 32 3A
Octal 155 137 312 56 65 0 25 370 62 72
Binary 1101101 1011111 11001010 101110 110101 0 10101 11111000 110010 111010

Color Harmonies of #6D5FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5FCA

Black with #6D5FCA

Text Example


Text Example

White with #6D5FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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