#6D5BCB

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

Shades of Slate Blue #6D5BCB

Tints of Slate Blue #6D5BCB

Color information

#6D5BCB (or 0x6D5BCB) is unknown color: approx Slate Blue. HEX triplet: 6D, 5B and CB. RGB value is (109,91,203). Sum of RGB (Red+Green+Blue) = 109+91+203=403 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.05% from 403); Green value is 91 (35.94% from 255 or 22.58% from 403); Blue value is 203 (79.69% from 255 or 50.37% from 403); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D5BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D5BCB is #92A434. Grayscale: #6C6C6C. Windows color (decimal): -9610293 or 13327213. OLE color: 13327213.

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

Color convert

RGB10991203-
CMYK0.460.5500.20
HSL249.64º51.85%57.65%-
HSV(B)249.64º55.17%79.61%-
XYZ20.8315.0558.31-
YUV109.15180.96127.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.05%
GREEN value IS 91 (35.94% from 255) = 22.58%
BLUE value IS 203 (79.69% from 255) = 50.37%
R=27.05%
G=22.58%
B=50.37%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal109912030.460.5500.20249.6451.8557.65
Hex6D5BCB2E37014fa343a
Octal15513331356670243726472
Binary110110110110111100101110111011011101010011111010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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