Html Css Color HEX #6F4EC0 Slate Blue

📋 copy color: '#6F4EC0'

red 111 ◦ green 78 ◦ blue 192

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

Shades of Slate Blue #6F4EC0

Tints of Slate Blue #6F4EC0

RGB

 RED value IS 111 (43.75% from 255) = 29.13%

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

 BLUE value IS 192 (75.39% from 255) = 50.39%

R = 29.13%
G = 20.47%
B = 50.39%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F4EC0 (or 0x6F4EC0) is known color: Slate Blue. HEX triplet: 6F, 4E and C0. RGB value is (111,78,192). Sum of RGB (Red+Green+Blue) = 111+78+192=381 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.13% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 192 (75.39% from 255 or 50.39% from 381); Max value from RGB is 192 - color contains mainly: blue. Hex color #6F4EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4EC0 is #90B13F. Grayscale: #646464. Windows color (decimal): -9482560 or 12602991. OLE color: 12602991.

HSL color Cylindrical-coordinate representation of color #6F4EC0: hue angle of 257.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F4EC0 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 78 192 -
CMYK 0.42 0.59 0 0.25
HSL 257.37º 0.48% 0.53% -
HSV(B) 257.37º 0.59% 0.75% -
XYZ 18.79 12.63 51.32 -
YUV 100.86 179.43 135.23 -
System Red Green Blue C M Y K H S L
Decimal 111 78 192 0.42 0.59 0 0.25 257.37 0.48 0.53
Hex 6F 4E C0 2A 3B 0 19 101 30 35
Octal 157 116 300 52 73 0 31 401 60 65
Binary 1101111 1001110 11000000 101010 111011 0 11001 100000001 110000 110101

Color Harmonies of #6F4EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4EC0

Black with #6F4EC0

Text Example


Text Example

White with #6F4EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,78,192); }

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

background-color css

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

 a { background-color: rgb(111,78,192); }

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

border-color css

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

 span { border-color: rgb(111,78,192); }

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