#6A5CC8

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

Shades of Slate Blue #6A5CC8

Tints of Slate Blue #6A5CC8

Color information

#6A5CC8 (or 0x6A5CC8) is unknown color: approx Slate Blue. HEX triplet: 6A, 5C and C8. RGB value is (106,92,200). Sum of RGB (Red+Green+Blue) = 106+92+200=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 200 (78.52% from 255 or 50.25% from 398); Max value from RGB is 200 - color contains mainly: blue. Hex color #6A5CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A5CC8 is #95A337. Grayscale: #6C6C6C. Windows color (decimal): -9806648 or 13130858. OLE color: 13130858.

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

Color convert

RGB10692200-
CMYK0.470.5400.22
HSL247.78º49.54%57.25%-
HSV(B)247.78º54%78.43%-
XYZ20.214.8956.45-
YUV108.5179.64126.22-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.63%
GREEN value IS 92 (36.33% from 255) = 23.12%
BLUE value IS 200 (78.52% from 255) = 50.25%
R=26.63%
G=23.12%
B=50.25%

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
Decimal106922000.470.5400.22247.7849.5457.25
Hex6A5CC82F36016f83239
Octal15213431057660263706271
Binary110101010111001100100010111111011001011011111000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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