#6F58CA

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

Shades of Slate Blue #6F58CA

Tints of Slate Blue #6F58CA

Color information

#6F58CA (or 0x6F58CA) is unknown color: approx Slate Blue. HEX triplet: 6F, 58 and CA. RGB value is (111,88,202). Sum of RGB (Red+Green+Blue) = 111+88+202=401 (53% of max value = 765). Red value is 111 (43.75% from 255 or 27.68% from 401); Green value is 88 (34.77% from 255 or 21.95% from 401); Blue value is 202 (79.30% from 255 or 50.37% from 401); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F58CA is #90A735. Grayscale: #6B6B6B. Windows color (decimal): -9479990 or 13260911. OLE color: 13260911.

HSL color Cylindrical-coordinate representation of color #6F58CA: hue angle of 252.11º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F58CA is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11188202-
CMYK0.450.5600.21
HSL252.11º51.82%56.86%-
HSV(B)252.11º56.44%79.22%-
XYZ20.7114.6257.61-
YUV107.87181.12130.23-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 27.68%
GREEN value IS 88 (34.77% from 255) = 21.95%
BLUE value IS 202 (79.30% from 255) = 50.37%
R=27.68%
G=21.95%
B=50.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal111882020.450.5600.21252.1151.8256.86
Hex6F58CA2D38015fc3439
Octal15713031255700253746471
Binary110111110110001100101010110111100001010111111100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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