#6A5ACB

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

Shades of Slate Blue #6A5ACB

Tints of Slate Blue #6A5ACB

Color information

#6A5ACB (or 0x6A5ACB) is unknown color: approx Slate Blue. HEX triplet: 6A, 5A and CB. RGB value is (106,90,203). Sum of RGB (Red+Green+Blue) = 106+90+203=399 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.57% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A5ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5ACB is #95A534. Grayscale: #6B6B6B. Windows color (decimal): -9807157 or 13326954. OLE color: 13326954.

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

Color convert

RGB10690203-
CMYK0.480.5600.20
HSL248.5º52.07%57.45%-
HSV(B)248.5º55.67%79.61%-
XYZ20.3814.6958.26-
YUV107.67181.8126.81-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.57%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 203 (79.69% from 255) = 50.88%
R=26.57%
G=22.56%
B=50.88%

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
Decimal106902030.480.5600.20248.552.0757.45
Hex6A5ACB3038014f83439
Octal15213231360700243706471
Binary110101010110101100101111000011100001010011111000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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