#6F58D1

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

Shades of Slate Blue #6F58D1

Tints of Slate Blue #6F58D1

Color information

#6F58D1 (or 0x6F58D1) is unknown color: approx Slate Blue. HEX triplet: 6F, 58 and D1. RGB value is (111,88,209). Sum of RGB (Red+Green+Blue) = 111+88+209=408 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.21% from 408); Green value is 88 (34.77% from 255 or 21.57% from 408); Blue value is 209 (82.03% from 255 or 51.23% from 408); Max value from RGB is 209 - color contains mainly: blue. Hex color #6F58D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58D1 is #90A72E. Grayscale: #6C6C6C. Windows color (decimal): -9479983 or 13719663. OLE color: 13719663.

HSL color Cylindrical-coordinate representation of color #6F58D1: hue angle of 251.4º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6F58D1 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11188209-
CMYK0.470.5800.18
HSL251.4º56.81%58.24%-
HSV(B)251.4º57.89%81.96%-
XYZ21.5514.9662.07-
YUV108.67184.62129.66-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.21%
GREEN value IS 88 (34.77% from 255) = 21.57%
BLUE value IS 209 (82.03% from 255) = 51.23%
R=27.21%
G=21.57%
B=51.23%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal111882090.470.5800.18251.456.8158.24
Hex6F58D12F3A012fb393a
Octal15713032157720223737172
Binary110111110110001101000110111111101001001011111011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F58D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,88,209); }

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

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

 a { background-color: rgb(111,88,209); }

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

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

 span { border-color: rgb(111,88,209); }

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