#6D55DB

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

Shades of Slate Blue #6D55DB

Tints of Slate Blue #6D55DB

Color information

#6D55DB (or 0x6D55DB) is unknown color: approx Slate Blue. HEX triplet: 6D, 55 and DB. RGB value is (109,85,219). Sum of RGB (Red+Green+Blue) = 109+85+219=413 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.39% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #6D55DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55DB is #92AA24. Grayscale: #6A6A6A. Windows color (decimal): -9611813 or 14374253. OLE color: 14374253.

HSL color Cylindrical-coordinate representation of color #6D55DB: hue angle of 250.75º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D55DB is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10985219-
CMYK0.500.6100.14
HSL250.75º65.05%59.61%-
HSV(B)250.75º61.19%85.88%-
XYZ22.3414.8668.71-
YUV107.45190.95129.1-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.39%
GREEN value IS 85 (33.59% from 255) = 20.58%
BLUE value IS 219 (85.94% from 255) = 53.03%
R=26.39%
G=20.58%
B=53.03%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal109852190.500.6100.14250.7565.0559.61
Hex6D55DB323D0Efb413c
Octal155125333627501637310174
Binary110110110101011101101111001011110101110111110111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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