#6A5BCD

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

Shades of Slate Blue #6A5BCD

Tints of Slate Blue #6A5BCD

Color information

#6A5BCD (or 0x6A5BCD) is unknown color: approx Slate Blue. HEX triplet: 6A, 5B and CD. RGB value is (106,91,205). Sum of RGB (Red+Green+Blue) = 106+91+205=402 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.37% from 402); Green value is 91 (35.94% from 255 or 22.64% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #6A5BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BCD is #95A432. Grayscale: #6C6C6C. Windows color (decimal): -9806899 or 13458282. OLE color: 13458282.

HSL color Cylindrical-coordinate representation of color #6A5BCD: hue angle of 247.89º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A5BCD is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10691205-
CMYK0.480.5600.20
HSL247.89º53.27%58.04%-
HSV(B)247.89º55.61%80.39%-
XYZ20.714.9559.55-
YUV108.48182.47126.23-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.37%
GREEN value IS 91 (35.94% from 255) = 22.64%
BLUE value IS 205 (80.47% from 255) = 51.00%
R=26.37%
G=22.64%
B=51.00%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106912050.480.5600.20247.8953.2758.04
Hex6A5BCD3038014f8353a
Octal15213331560700243706572
Binary110101010110111100110111000011100001010011111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,91,205); }

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

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

 a { background-color: rgb(106,91,205); }

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

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

 span { border-color: rgb(106,91,205); }

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