Html Css Color HEX #6D41EB Slate Blue

📋 copy color: '#6D41EB'

red 109 ◦ green 65 ◦ blue 235

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

Shades of Slate Blue #6D41EB

Tints of Slate Blue #6D41EB

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.89%

 BLUE value IS 235 (92.19% from 255) = 57.46%

R = 26.65%
G = 15.89%
B = 57.46%

CMYK

 C value IS 0.54

 M value IS 0.72

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6D41EB (or 0x6D41EB) is known color: Slate Blue. HEX triplet: 6D, 41 and EB. RGB value is (109,65,235). Sum of RGB (Red+Green+Blue) = 109+65+235=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 235 (92.19% from 255 or 57.46% from 409); Max value from RGB is 235 - color contains mainly: blue. Hex color #6D41EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D41EB is #92BE14. Grayscale: #606060. Windows color (decimal): -9616917 or 15417709. OLE color: 15417709.

HSL color Cylindrical-coordinate representation of color #6D41EB: hue angle of 255.53º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D41EB is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 65 235 -
CMYK 0.54 0.72 0 0.08
HSL 255.53º 0.81% 0.59% -
HSV(B) 255.53º 0.72% 0.92% -
XYZ 23.19 13.03 79.89 -
YUV 97.54 205.58 136.18 -
System Red Green Blue C M Y K H S L
Decimal 109 65 235 0.54 0.72 0 0.08 255.53 0.81 0.59
Hex 6D 41 EB 36 48 0 8 100 51 3B
Octal 155 101 353 66 110 0 10 400 121 73
Binary 1101101 1000001 11101011 110110 1001000 0 1000 100000000 1010001 111011

Color Harmonies of #6D41EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D41EB

Black with #6D41EB

Text Example


Text Example

White with #6D41EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,65,235); }

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

background-color css

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

 a { background-color: rgb(109,65,235); }

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

border-color css

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

 span { border-color: rgb(109,65,235); }

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