Html Css Color HEX #6D6ED0 Slate Blue

📋 copy color: '#6D6ED0'

red 109 ◦ green 110 ◦ blue 208

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

Shades of Slate Blue #6D6ED0

Tints of Slate Blue #6D6ED0

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.76%

 BLUE value IS 208 (81.64% from 255) = 48.71%

R = 25.53%
G = 25.76%
B = 48.71%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6D6ED0 (or 0x6D6ED0) is known color: Slate Blue. HEX triplet: 6D, 6E and D0. RGB value is (109,110,208). Sum of RGB (Red+Green+Blue) = 109+110+208=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 110 (43.36% from 255 or 25.76% from 427); Blue value is 208 (81.64% from 255 or 48.71% from 427); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D6ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6ED0 is #92912F. Grayscale: #787878. Windows color (decimal): -9605424 or 13659757. OLE color: 13659757.

HSL color Cylindrical-coordinate representation of color #6D6ED0: hue angle of 239.39º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D6ED0 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 110 208 -
CMYK 0.48 0.47 0 0.18
HSL 239.39º 0.51% 0.62% -
HSV(B) 239.39º 0.48% 0.82% -
XYZ 23.27 18.96 62.11 -
YUV 120.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 109 110 208 0.48 0.47 0 0.18 239.39 0.51 0.62
Hex 6D 6E D0 30 2F 0 12 EF 33 3E
Octal 155 156 320 60 57 0 22 357 63 76
Binary 1101101 1101110 11010000 110000 101111 0 10010 11101111 110011 111110

Color Harmonies of #6D6ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6ED0

Black with #6D6ED0

Text Example


Text Example

White with #6D6ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,110,208); }

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

background-color css

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

 a { background-color: rgb(109,110,208); }

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

border-color css

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

 span { border-color: rgb(109,110,208); }

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