#6A58DD

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

Shades of Slate Blue #6A58DD

Tints of Slate Blue #6A58DD

Color information

#6A58DD (or 0x6A58DD) is unknown color: approx Slate Blue. HEX triplet: 6A, 58 and DD. RGB value is (106,88,221). Sum of RGB (Red+Green+Blue) = 106+88+221=415 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.54% from 415); Green value is 88 (34.77% from 255 or 21.20% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #6A58DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A58DD is #95A722. Grayscale: #6C6C6C. Windows color (decimal): -9807651 or 14506090. OLE color: 14506090.

HSL color Cylindrical-coordinate representation of color #6A58DD: hue angle of 248.12º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A58DD is Cyan = 0.52, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB10688221-
CMYK0.520.6000.13
HSL248.12º66.17%60.59%-
HSV(B)248.12º60.18%86.67%-
XYZ22.4815.2670.17-
YUV108.54191.46126.19-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.54%
GREEN value IS 88 (34.77% from 255) = 21.20%
BLUE value IS 221 (86.72% from 255) = 53.25%
R=25.54%
G=21.20%
B=53.25%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal106882210.520.6000.13248.1266.1760.59
Hex6A58DD343C0Df8423d
Octal152130335647401537010275
Binary110101010110001101110111010011110001101111110001000010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A58DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,88,221); }

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

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

 a { background-color: rgb(106,88,221); }

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

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

 span { border-color: rgb(106,88,221); }

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