#6A61DC

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

Shades of Slate Blue #6A61DC

Tints of Slate Blue #6A61DC

Color information

#6A61DC (or 0x6A61DC) is unknown color: approx Slate Blue. HEX triplet: 6A, 61 and DC. RGB value is (106,97,220). Sum of RGB (Red+Green+Blue) = 106+97+220=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 97 (38.28% from 255 or 22.93% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6A61DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A61DC is #959E23. Grayscale: #717171. Windows color (decimal): -9805348 or 14442858. OLE color: 14442858.

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

Color convert

RGB10697220-
CMYK0.520.5600.14
HSL244.39º63.73%62.16%-
HSV(B)244.39º55.91%86.27%-
XYZ23.1416.7869.73-
YUV113.71187.98122.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.06%
GREEN value IS 97 (38.28% from 255) = 22.93%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=25.06%
G=22.93%
B=52.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal106972200.520.5600.14244.3963.7362.16
Hex6A61DC34380Ef4403e
Octal152141334647001636410076
Binary110101011000011101110011010011100001110111101001000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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