#6A5ACC

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

Shades of Slate Blue #6A5ACC

Tints of Slate Blue #6A5ACC

Color information

#6A5ACC (or 0x6A5ACC) is unknown color: approx Slate Blue. HEX triplet: 6A, 5A and CC. RGB value is (106,90,204). Sum of RGB (Red+Green+Blue) = 106+90+204=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ACC is #95A533. Grayscale: #6B6B6B. Windows color (decimal): -9807156 or 13392490. OLE color: 13392490.

HSL color Cylindrical-coordinate representation of color #6A5ACC: hue angle of 248.42º 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 #6A5ACC is Cyan = 0.48, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB10690204-
CMYK0.480.5600.2
HSL248.42º52.78%57.65%-
HSV(B)248.42º55.88%80%-
XYZ20.514.7458.89-
YUV107.78182.3126.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.5%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 204 (80.08% from 255) = 51%
R=26.5%
G=22.5%
B=51%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal106902040.480.5600.2248.4252.7857.65
Hex6A5ACC3038014f8353a
Octal15213231460700243706572
Binary110101010110101100110011000011100001010011111000110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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