#6A6DDA

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

Shades of Slate Blue #6A6DDA

Tints of Slate Blue #6A6DDA

Color information

#6A6DDA (or 0x6A6DDA) is unknown color: approx Slate Blue. HEX triplet: 6A, 6D and DA. RGB value is (106,109,218). Sum of RGB (Red+Green+Blue) = 106+109+218=433 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.48% from 433); Green value is 109 (42.97% from 255 or 25.17% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A6DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DDA is #959225. Grayscale: #787878. Windows color (decimal): -9802278 or 14314858. OLE color: 14314858.

HSL color Cylindrical-coordinate representation of color #6A6DDA: hue angle of 238.39º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A6DDA is Cyan = 0.51, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB106109218-
CMYK0.510.500.15
HSL238.39º60.22%63.53%-
HSV(B)238.39º51.38%85.49%-
XYZ24.0719.0668.74-
YUV120.53183.01117.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.48%
GREEN value IS 109 (42.97% from 255) = 25.17%
BLUE value IS 218 (85.55% from 255) = 50.35%
R=24.48%
G=25.17%
B=50.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1061092180.510.500.15238.3960.2263.53
Hex6A6DDA33320Fee3c40
Octal152155332636201735674100
Binary110101011011011101101011001111001001111111011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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