#6A6DDC

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

Shades of Slate Blue #6A6DDC

Tints of Slate Blue #6A6DDC

Color information

#6A6DDC (or 0x6A6DDC) is unknown color: approx Slate Blue. HEX triplet: 6A, 6D and DC. RGB value is (106,109,220). Sum of RGB (Red+Green+Blue) = 106+109+220=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A6DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6DDC is #959223. Grayscale: #787878. Windows color (decimal): -9802276 or 14445930. OLE color: 14445930.

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

Color convert

RGB106109220-
CMYK0.520.5000.14
HSL238.42º61.96%63.92%-
HSV(B)238.42º51.82%86.27%-
XYZ24.3319.1770.13-
YUV120.76184.01117.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.37%
GREEN value IS 109 (42.97% from 255) = 25.06%
BLUE value IS 220 (86.33% from 255) = 50.57%
R=24.37%
G=25.06%
B=50.57%

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
Decimal1061092200.520.5000.14238.4261.9663.92
Hex6A6DDC34320Eee3e40
Octal152155334646201635676100
Binary110101011011011101110011010011001001110111011101111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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