#6D6CCB

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

Shades of Slate Blue #6D6CCB

Tints of Slate Blue #6D6CCB

Color information

#6D6CCB (or 0x6D6CCB) is unknown color: approx Slate Blue. HEX triplet: 6D, 6C and CB. RGB value is (109,108,203). Sum of RGB (Red+Green+Blue) = 109+108+203=420 (55% of max value = 765). Red value is 109 (42.97% from 255 or 25.95% from 420); Green value is 108 (42.58% from 255 or 25.71% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #6D6CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D6CCB is #929334. Grayscale: #767676. Windows color (decimal): -9605941 or 13331565. OLE color: 13331565.

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

Color convert

RGB109108203-
CMYK0.460.4700.20
HSL240.63º47.74%60.98%-
HSV(B)240.63º46.8%79.61%-
XYZ22.4518.2958.85-
YUV119.13175.33120.78-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 25.95%
GREEN value IS 108 (42.58% from 255) = 25.71%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=25.95%
G=25.71%
B=48.33%

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
Decimal1091082030.460.4700.20240.6347.7460.98
Hex6D6CCB2E2F014f1303d
Octal15515431356570243616075
Binary110110111011001100101110111010111101010011110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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