#6A5BCB

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

Shades of Slate Blue #6A5BCB

Tints of Slate Blue #6A5BCB

Color information

#6A5BCB (or 0x6A5BCB) is unknown color: approx Slate Blue. HEX triplet: 6A, 5B and CB. RGB value is (106,91,203). Sum of RGB (Red+Green+Blue) = 106+91+203=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 203 (79.69% from 255 or 50.75% from 400); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A5BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5BCB is #95A434. Grayscale: #6B6B6B. Windows color (decimal): -9806901 or 13327210. OLE color: 13327210.

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

Color convert

RGB10691203-
CMYK0.480.5500.20
HSL248.04º51.85%57.65%-
HSV(B)248.04º55.17%79.61%-
XYZ20.4614.8658.29-
YUV108.25181.47126.39-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.5%
GREEN value IS 91 (35.94% from 255) = 22.75%
BLUE value IS 203 (79.69% from 255) = 50.75%
R=26.5%
G=22.75%
B=50.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106912030.480.5500.20248.0451.8557.65
Hex6A5BCB3037014f8343a
Octal15213331360670243706472
Binary110101010110111100101111000011011101010011111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5BCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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