#6A61DE

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

Shades of Slate Blue #6A61DE

Tints of Slate Blue #6A61DE

Color information

#6A61DE (or 0x6A61DE) is unknown color: approx Slate Blue. HEX triplet: 6A, 61 and DE. RGB value is (106,97,222). Sum of RGB (Red+Green+Blue) = 106+97+222=425 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.94% from 425); Green value is 97 (38.28% from 255 or 22.82% from 425); Blue value is 222 (87.11% from 255 or 52.24% from 425); Max value from RGB is 222 - color contains mainly: blue. Hex color #6A61DE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A61DE is #959E21. Grayscale: #717171. Windows color (decimal): -9805346 or 14573930. OLE color: 14573930.

HSL color Cylindrical-coordinate representation of color #6A61DE: hue angle of 244.32º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A61DE is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10697222-
CMYK0.520.5600.13
HSL244.32º65.45%62.55%-
HSV(B)244.32º56.31%87.06%-
XYZ23.416.8971.13-
YUV113.94188.98122.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.94%
GREEN value IS 97 (38.28% from 255) = 22.82%
BLUE value IS 222 (87.11% from 255) = 52.24%
R=24.94%
G=22.82%
B=52.24%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106972220.520.5600.13244.3265.4562.55
Hex6A61DE34380Df4413f
Octal152141336647001536410177
Binary110101011000011101111011010011100001101111101001000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A61DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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