#6A5DCC

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

Shades of Slate Blue #6A5DCC

Tints of Slate Blue #6A5DCC

Color information

#6A5DCC (or 0x6A5DCC) is unknown color: approx Slate Blue. HEX triplet: 6A, 5D and CC. RGB value is (106,93,204). Sum of RGB (Red+Green+Blue) = 106+93+204=403 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.30% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A5DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5DCC is #95A233. Grayscale: #6D6D6D. Windows color (decimal): -9806388 or 13393258. OLE color: 13393258.

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

Color convert

RGB10693204-
CMYK0.480.5400.2
HSL247.03º52.11%58.24%-
HSV(B)247.03º54.41%80%-
XYZ20.7615.2558.98-
YUV109.54181.31125.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.30%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 204 (80.08% from 255) = 50.62%
R=26.30%
G=23.08%
B=50.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal106932040.480.5400.2247.0352.1158.24
Hex6A5DCC3036014f7343a
Octal15213531460660243676472
Binary110101010111011100110011000011011001010011110111110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,93,204); }

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

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

 a { background-color: rgb(106,93,204); }

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

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

 span { border-color: rgb(106,93,204); }

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