#6A6DDB

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

Shades of Slate Blue #6A6DDB

Tints of Slate Blue #6A6DDB

Color information

#6A6DDB (or 0x6A6DDB) is unknown color: approx Slate Blue. HEX triplet: 6A, 6D and DB. RGB value is (106,109,219). Sum of RGB (Red+Green+Blue) = 106+109+219=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 109 (42.97% from 255 or 25.12% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A6DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DDB is #959224. Grayscale: #787878. Windows color (decimal): -9802277 or 14380394. OLE color: 14380394.

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

Color convert

RGB106109219-
CMYK0.520.5000.14
HSL238.41º61.08%63.73%-
HSV(B)238.41º51.6%85.88%-
XYZ24.219.1269.43-
YUV120.64183.51117.56-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.42%
GREEN value IS 109 (42.97% from 255) = 25.12%
BLUE value IS 219 (85.94% from 255) = 50.46%
R=24.42%
G=25.12%
B=50.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061092190.520.5000.14238.4161.0863.73
Hex6A6DDB34320Eee3d40
Octal152155333646201635675100
Binary110101011011011101101111010011001001110111011101111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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