#6D55CC

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

Shades of Slate Blue #6D55CC

Tints of Slate Blue #6D55CC

Color information

#6D55CC (or 0x6D55CC) is unknown color: approx Slate Blue. HEX triplet: 6D, 55 and CC. RGB value is (109,85,204). Sum of RGB (Red+Green+Blue) = 109+85+204=398 (52% of max value = 765). Red value is 109 (42.97% from 255 or 27.39% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D55CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55CC is #92AA33. Grayscale: #696969. Windows color (decimal): -9611828 or 13391213. OLE color: 13391213.

HSL color Cylindrical-coordinate representation of color #6D55CC: hue angle of 252.1º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6D55CC is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10985204-
CMYK0.470.5800.2
HSL252.1º53.85%56.67%-
HSV(B)252.1º58.33%80%-
XYZ20.4514.1158.77-
YUV105.74183.45130.32-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.39%
GREEN value IS 85 (33.59% from 255) = 21.36%
BLUE value IS 204 (80.08% from 255) = 51.26%
R=27.39%
G=21.36%
B=51.26%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal109852040.470.5800.2252.153.8556.67
Hex6D55CC2F3A014fc3639
Octal15512531457720243746671
Binary110110110101011100110010111111101001010011111100110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,204); }

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

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

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

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

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

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

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