#6D6DCB

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

Shades of Slate Blue #6D6DCB

Tints of Slate Blue #6D6DCB

Color information

#6D6DCB (or 0x6D6DCB) is unknown color: approx Slate Blue. HEX triplet: 6D, 6D and CB. RGB value is (109,109,203). Sum of RGB (Red+Green+Blue) = 109+109+203=421 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.89% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D6DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6DCB is #929234. Grayscale: #777777. Windows color (decimal): -9605685 or 13331821. OLE color: 13331821.

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

Color convert

RGB109109203-
CMYK0.460.4600.20
HSL240º47.47%61.18%-
HSV(B)240º46.31%79.61%-
XYZ22.5518.558.88-
YUV119.72175120.36-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.89%
GREEN value IS 109 (42.97% from 255) = 25.89%
BLUE value IS 203 (79.69% from 255) = 48.22%
R=25.89%
G=25.89%
B=48.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091092030.460.4600.2024047.4761.18
Hex6D6DCB2E2E014f02f3d
Octal15515531356560243605775
Binary110110111011011100101110111010111001010011110000101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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