Html Css Color HEX #6D4ECF Slate Blue

📋 copy color: '#6D4ECF'

red 109 ◦ green 78 ◦ blue 207

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

Shades of Slate Blue #6D4ECF

Tints of Slate Blue #6D4ECF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 207 (81.25% from 255) = 52.54%

R = 27.66%
G = 19.8%
B = 52.54%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D4ECF (or 0x6D4ECF) is known color: Slate Blue. HEX triplet: 6D, 4E and CF. RGB value is (109,78,207). Sum of RGB (Red+Green+Blue) = 109+78+207=394 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.66% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D4ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D4ECF is #92B130. Grayscale: #656565. Windows color (decimal): -9613617 or 13586029. OLE color: 13586029.

HSL color Cylindrical-coordinate representation of color #6D4ECF: hue angle of 254.42º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D4ECF is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 78 207 -
CMYK 0.47 0.62 0 0.19
HSL 254.42º 0.57% 0.56% -
HSV(B) 254.42º 0.62% 0.81% -
XYZ 20.29 13.2 60.51 -
YUV 101.98 187.27 133.01 -
System Red Green Blue C M Y K H S L
Decimal 109 78 207 0.47 0.62 0 0.19 254.42 0.57 0.56
Hex 6D 4E CF 2F 3E 0 13 FE 39 38
Octal 155 116 317 57 76 0 23 376 71 70
Binary 1101101 1001110 11001111 101111 111110 0 10011 11111110 111001 111000

Color Harmonies of #6D4ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D4ECF

Black with #6D4ECF

Text Example


Text Example

White with #6D4ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,78,207); }

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

background-color css

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

 a { background-color: rgb(109,78,207); }

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

border-color css

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

 span { border-color: rgb(109,78,207); }

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