#6A6FDB

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

Shades of Slate Blue #6A6FDB

Tints of Slate Blue #6A6FDB

Color information

#6A6FDB (or 0x6A6FDB) is unknown color: approx Slate Blue. HEX triplet: 6A, 6F and DB. RGB value is (106,111,219). Sum of RGB (Red+Green+Blue) = 106+111+219=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 111 (43.75% from 255 or 25.46% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A6FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6FDB is #959024. Grayscale: #797979. Windows color (decimal): -9801765 or 14380906. OLE color: 14380906.

HSL color Cylindrical-coordinate representation of color #6A6FDB: hue angle of 237.35º 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 #6A6FDB is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB106111219-
CMYK0.520.4900.14
HSL237.35º61.08%63.73%-
HSV(B)237.35º51.6%85.88%-
XYZ24.4119.5569.5-
YUV121.82182.84116.72-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.31%
GREEN value IS 111 (43.75% from 255) = 25.46%
BLUE value IS 219 (85.94% from 255) = 50.23%
R=24.31%
G=25.46%
B=50.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1061112190.520.4900.14237.3561.0863.73
Hex6A6FDB34310Eed3d40
Octal152157333646101635575100
Binary110101011011111101101111010011000101110111011011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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