#6f3fe0

Color #6F3FE0 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6F3FE0

Tints of Slate Blue #6F3FE0

Color information

#6F3FE0 (or 0x6F3FE0) is unknown color: approx Slate Blue. HEX triplet: 6F, 3F and E0. RGB value is (111,63,224). Sum of RGB (Red+Green+Blue) = 111+63+224=398 (52% of max value = 765). Red value is 111 (43.75% from 255 or 27.89% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 224 (87.89% from 255 or 56.28% from 398); Max value from RGB is 224 - color contains mainly: blue. Hex color #6F3FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F3FE0 is #90C01F. Grayscale: #5F5F5F. Windows color (decimal): -9486368 or 14696303. OLE color: 14696303.

HSL color Cylindrical-coordinate representation of color #6F3FE0: hue angle of 257.89º 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 #6F3FE0 is Cyan = 0.50, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB11163224-
CMYK0.500.7200.12
HSL257.89º72.2%56.27%-
HSV(B)257.89º71.88%87.84%-
XYZ21.7912.3271.75-
YUV95.71200.4138.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.89%
GREEN value IS 63 (25% from 255) = 15.83%
BLUE value IS 224 (87.89% from 255) = 56.28%
R=27.89%
G=15.83%
B=56.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal111632240.500.7200.12257.8972.256.27
Hex6F3FE032480C1024838
Octal157773406211001440211070
Binary1101111111111111000001100101001000011001000000101001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6f3fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6f3fe0;
 }
 .AnyTagClassName
 {
   color: #6f3fe0;
 }
</style>
background-color css

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

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

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

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

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

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