#6D58CA

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

Shades of Slate Blue #6D58CA

Tints of Slate Blue #6D58CA

Color information

#6D58CA (or 0x6D58CA) is unknown color: approx Slate Blue. HEX triplet: 6D, 58 and CA. RGB value is (109,88,202). Sum of RGB (Red+Green+Blue) = 109+88+202=399 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.32% from 399); Green value is 88 (34.77% from 255 or 22.06% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D58CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D58CA is #92A735. Grayscale: #6A6A6A. Windows color (decimal): -9611062 or 13260909. OLE color: 13260909.

HSL color Cylindrical-coordinate representation of color #6D58CA: hue angle of 251.05º 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 #6D58CA is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB10988202-
CMYK0.460.5600.21
HSL251.05º51.82%56.86%-
HSV(B)251.05º56.44%79.22%-
XYZ20.4614.4957.6-
YUV107.28181.46129.23-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.32%
GREEN value IS 88 (34.77% from 255) = 22.06%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=27.32%
G=22.06%
B=50.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal109882020.460.5600.21251.0551.8256.86
Hex6D58CA2E38015fb3439
Octal15513031256700253736471
Binary110110110110001100101010111011100001010111111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D58CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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