Html Css Color HEX #6F4ECE Slate Blue

📋 copy color: '#6F4ECE'

red 111 ◦ green 78 ◦ blue 206

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

Shades of Slate Blue #6F4ECE

Tints of Slate Blue #6F4ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 52.15%

R = 28.1%
G = 19.75%
B = 52.15%

CMYK

 C value IS 0.46

 M value IS 0.62

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F4ECE (or 0x6F4ECE) is known color: Slate Blue. HEX triplet: 6F, 4E and CE. RGB value is (111,78,206). Sum of RGB (Red+Green+Blue) = 111+78+206=395 (52% of max value = 765). Red value is 111 (43.75% from 255 or 28.10% from 395); Green value is 78 (30.86% from 255 or 19.75% from 395); Blue value is 206 (80.86% from 255 or 52.15% from 395); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F4ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F4ECE is #90B131. Grayscale: #656565. Windows color (decimal): -9482546 or 13520495. OLE color: 13520495.

HSL color Cylindrical-coordinate representation of color #6F4ECE: hue angle of 255.47º 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 #6F4ECE is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 78 206 -
CMYK 0.46 0.62 0 0.19
HSL 255.47º 0.57% 0.56% -
HSV(B) 255.47º 0.62% 0.81% -
XYZ 20.42 13.28 59.88 -
YUV 102.46 186.43 134.09 -
System Red Green Blue C M Y K H S L
Decimal 111 78 206 0.46 0.62 0 0.19 255.47 0.57 0.56
Hex 6F 4E CE 2E 3E 0 13 FF 39 38
Octal 157 116 316 56 76 0 23 377 71 70
Binary 1101111 1001110 11001110 101110 111110 0 10011 11111111 111001 111000

Color Harmonies of #6F4ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F4ECE

Black with #6F4ECE

Text Example


Text Example

White with #6F4ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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