#6D59CB

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

Shades of Slate Blue #6D59CB

Tints of Slate Blue #6D59CB

Color information

#6D59CB (or 0x6D59CB) is unknown color: approx Slate Blue. HEX triplet: 6D, 59 and CB. RGB value is (109,89,203). Sum of RGB (Red+Green+Blue) = 109+89+203=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D59CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D59CB is #92A634. Grayscale: #6B6B6B. Windows color (decimal): -9610805 or 13326701. OLE color: 13326701.

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

Color convert

RGB10989203-
CMYK0.460.5600.20
HSL250.53º52.29%57.25%-
HSV(B)250.53º56.16%79.61%-
XYZ20.6614.7158.25-
YUV107.98181.63128.73-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 89 (35.16% from 255) = 22.19%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=27.18%
G=22.19%
B=50.62%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109892030.460.5600.20250.5352.2957.25
Hex6D59CB2E38014fb3439
Octal15513131356700243736471
Binary110110110110011100101110111011100001010011111011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D59CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,203); }

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

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

 a { background-color: rgb(109,89,203); }

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

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

 span { border-color: rgb(109,89,203); }

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