Html Css Color HEX #6D40EE Slate Blue

📋 copy color: '#6D40EE'

red 109 ◦ green 64 ◦ blue 238

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

Shades of Slate Blue #6D40EE

Tints of Slate Blue #6D40EE

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.57%

 BLUE value IS 238 (93.36% from 255) = 57.91%

R = 26.52%
G = 15.57%
B = 57.91%

CMYK

 C value IS 0.54

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6D40EE (or 0x6D40EE) is known color: Slate Blue. HEX triplet: 6D, 40 and EE. RGB value is (109,64,238). Sum of RGB (Red+Green+Blue) = 109+64+238=411 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.52% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 238 (93.36% from 255 or 57.91% from 411); Max value from RGB is 238 - color contains mainly: blue. Hex color #6D40EE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D40EE is #92BF11. Grayscale: #606060. Windows color (decimal): -9617170 or 15614061. OLE color: 15614061.

HSL color Cylindrical-coordinate representation of color #6D40EE: hue angle of 255.52º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D40EE is Cyan = 0.54, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 64 238 -
CMYK 0.54 0.73 0 0.07
HSL 255.52º 0.84% 0.59% -
HSV(B) 255.52º 0.73% 0.93% -
XYZ 23.57 13.09 82.17 -
YUV 97.29 207.41 136.35 -
System Red Green Blue C M Y K H S L
Decimal 109 64 238 0.54 0.73 0 0.07 255.52 0.84 0.59
Hex 6D 40 EE 36 49 0 7 100 54 3B
Octal 155 100 356 66 111 0 7 400 124 73
Binary 1101101 1000000 11101110 110110 1001001 0 111 100000000 1010100 111011

Color Harmonies of #6D40EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D40EE

Black with #6D40EE

Text Example


Text Example

White with #6D40EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,64,238); }

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

background-color css

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

 a { background-color: rgb(109,64,238); }

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

border-color css

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

 span { border-color: rgb(109,64,238); }

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