Html Css Color HEX #6F3EE0 Slate Blue

📋 copy color: '#6F3EE0'

red 111 ◦ green 62 ◦ blue 224

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

Shades of Slate Blue #6F3EE0

Tints of Slate Blue #6F3EE0

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.62%

 BLUE value IS 224 (87.89% from 255) = 56.42%

R = 27.96%
G = 15.62%
B = 56.42%

CMYK

 C value IS 0.50

 M value IS 0.72

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6F3EE0 (or 0x6F3EE0) is known color: Slate Blue. HEX triplet: 6F, 3E and E0. RGB value is (111,62,224). Sum of RGB (Red+Green+Blue) = 111+62+224=397 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.96% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #6F3EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3EE0 is #90C11F. Grayscale: #5E5E5E. Windows color (decimal): -9486624 or 14696047. OLE color: 14696047.

HSL color Cylindrical-coordinate representation of color #6F3EE0: hue angle of 258.15º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F3EE0 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 111 62 224 -
CMYK 0.50 0.72 0 0.12
HSL 258.15º 0.72% 0.56% -
HSV(B) 258.15º 0.72% 0.88% -
XYZ 21.73 12.21 71.73 -
YUV 95.12 200.73 139.33 -
System Red Green Blue C M Y K H S L
Decimal 111 62 224 0.50 0.72 0 0.12 258.15 0.72 0.56
Hex 6F 3E E0 32 48 0 C 102 48 38
Octal 157 76 340 62 110 0 14 402 110 70
Binary 1101111 111110 11100000 110010 1001000 0 1100 100000010 1001000 111000

Color Harmonies of #6F3EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F3EE0

Black with #6F3EE0

Text Example


Text Example

White with #6F3EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,62,224); }

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

background-color css

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

 a { background-color: rgb(111,62,224); }

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

border-color css

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

 span { border-color: rgb(111,62,224); }

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