#6A5CCB

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

Shades of Slate Blue #6A5CCB

Tints of Slate Blue #6A5CCB

Color information

#6A5CCB (or 0x6A5CCB) is unknown color: approx Slate Blue. HEX triplet: 6A, 5C and CB. RGB value is (106,92,203). Sum of RGB (Red+Green+Blue) = 106+92+203=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 203 (79.69% from 255 or 50.62% from 401); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A5CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CCB is #95A334. Grayscale: #6C6C6C. Windows color (decimal): -9806645 or 13327466. OLE color: 13327466.

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

Color convert

RGB10692203-
CMYK0.480.5500.20
HSL247.57º51.63%57.84%-
HSV(B)247.57º54.68%79.61%-
XYZ20.5515.0358.32-
YUV108.84181.14125.97-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.43%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 203 (79.69% from 255) = 50.62%
R=26.43%
G=22.94%
B=50.62%

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
Decimal106922030.480.5500.20247.5751.6357.84
Hex6A5CCB3037014f8343a
Octal15213431360670243706472
Binary110101010111001100101111000011011101010011111000110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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