Html Css Color HEX #6E49CF Slate Blue

📋 copy color: '#6E49CF'

red 110 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #6E49CF

Tints of Slate Blue #6E49CF

RGB

 RED value IS 110 (43.36% from 255) = 28.21%

 GREEN value IS 73 (28.91% from 255) = 18.72%

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

R = 28.21%
G = 18.72%
B = 53.08%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6E49CF (or 0x6E49CF) is known color: Slate Blue. HEX triplet: 6E, 49 and CF. RGB value is (110,73,207). Sum of RGB (Red+Green+Blue) = 110+73+207=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 207 (81.25% from 255 or 53.08% from 390); Max value from RGB is 207 - color contains mainly: blue. Hex color #6E49CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E49CF is #91B630. Grayscale: #626262. Windows color (decimal): -9549361 or 13584750. OLE color: 13584750.

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

Color convert

RGB 110 73 207 -
CMYK 0.47 0.65 0 0.19
HSL 256.57º 0.58% 0.55% -
HSV(B) 256.57º 0.65% 0.81% -
XYZ 20.08 12.59 60.4 -
YUV 99.34 188.76 135.6 -
System Red Green Blue C M Y K H S L
Decimal 110 73 207 0.47 0.65 0 0.19 256.57 0.58 0.55
Hex 6E 49 CF 2F 41 0 13 101 3A 37
Octal 156 111 317 57 101 0 23 401 72 67
Binary 1101110 1001001 11001111 101111 1000001 0 10011 100000001 111010 110111

Color Harmonies of #6E49CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E49CF

Black with #6E49CF

Text Example


Text Example

White with #6E49CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,73,207); }

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

background-color css

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

 a { background-color: rgb(110,73,207); }

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

border-color css

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

 span { border-color: rgb(110,73,207); }

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