#6D6BCB

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

Shades of Slate Blue #6D6BCB

Tints of Slate Blue #6D6BCB

Color information

#6D6BCB (or 0x6D6BCB) is unknown color: approx Slate Blue. HEX triplet: 6D, 6B and CB. RGB value is (109,107,203). Sum of RGB (Red+Green+Blue) = 109+107+203=419 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.01% from 419); Green value is 107 (42.19% from 255 or 25.54% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D6BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6BCB is #929434. Grayscale: #767676. Windows color (decimal): -9606197 or 13331309. OLE color: 13331309.

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

Color convert

RGB109107203-
CMYK0.460.4700.20
HSL241.25º48%60.78%-
HSV(B)241.25º47.29%79.61%-
XYZ22.3418.0858.81-
YUV118.54175.66121.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.01%
GREEN value IS 107 (42.19% from 255) = 25.54%
BLUE value IS 203 (79.69% from 255) = 48.45%
R=26.01%
G=25.54%
B=48.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1091072030.460.4700.20241.254860.78
Hex6D6BCB2E2F014f1303d
Octal15515331356570243616075
Binary110110111010111100101110111010111101010011110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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