#6A5BC8

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

Shades of Slate Blue #6A5BC8

Tints of Slate Blue #6A5BC8

Color information

#6A5BC8 (or 0x6A5BC8) is unknown color: approx Slate Blue. HEX triplet: 6A, 5B and C8. RGB value is (106,91,200). Sum of RGB (Red+Green+Blue) = 106+91+200=397 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.70% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 200 (78.52% from 255 or 50.38% from 397); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A5BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BC8 is #95A437. Grayscale: #6B6B6B. Windows color (decimal): -9806904 or 13130602. OLE color: 13130602.

HSL color Cylindrical-coordinate representation of color #6A5BC8: hue angle of 248.26º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A5BC8 is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10691200-
CMYK0.470.5400.22
HSL248.26º49.77%57.06%-
HSV(B)248.26º54.5%78.43%-
XYZ20.1114.7256.42-
YUV107.91179.97126.64-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.70%
GREEN value IS 91 (35.94% from 255) = 22.92%
BLUE value IS 200 (78.52% from 255) = 50.38%
R=26.70%
G=22.92%
B=50.38%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal106912000.470.5400.22248.2649.7757.06
Hex6A5BC82F36016f83239
Octal15213331057660263706271
Binary110101010110111100100010111111011001011011111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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