#6F43E1

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

Shades of Slate Blue #6F43E1

Tints of Slate Blue #6F43E1

Color information

#6F43E1 (or 0x6F43E1) is unknown color: approx Slate Blue. HEX triplet: 6F, 43 and E1. RGB value is (111,67,225). Sum of RGB (Red+Green+Blue) = 111+67+225=403 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.54% from 403); Green value is 67 (26.56% from 255 or 16.63% from 403); Blue value is 225 (88.28% from 255 or 55.83% from 403); Max value from RGB is 225 - color contains mainly: blue. Hex color #6F43E1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F43E1 is #90BC1E. Grayscale: #616161. Windows color (decimal): -9485343 or 14762863. OLE color: 14762863.

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

Color convert

RGB11167225-
CMYK0.510.7000.12
HSL256.71º72.48%57.25%-
HSV(B)256.71º70.22%88.24%-
XYZ22.1512.8372.54-
YUV98.17199.58137.15-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.54%
GREEN value IS 67 (26.56% from 255) = 16.63%
BLUE value IS 225 (88.28% from 255) = 55.83%
R=27.54%
G=16.63%
B=55.83%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal111672250.510.7000.12256.7172.4857.25
Hex6F43E133460C1014839
Octal1571033416310601440111071
Binary11011111000011111000011100111000110011001000000011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F43E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,67,225); }

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

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

 a { background-color: rgb(111,67,225); }

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

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

 span { border-color: rgb(111,67,225); }

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