#6A56CB

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

Shades of Slate Blue #6A56CB

Tints of Slate Blue #6A56CB

Color information

#6A56CB (or 0x6A56CB) is unknown color: approx Slate Blue. HEX triplet: 6A, 56 and CB. RGB value is (106,86,203). Sum of RGB (Red+Green+Blue) = 106+86+203=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 86 (33.98% from 255 or 21.77% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A56CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A56CB is #95A934. Grayscale: #686868. Windows color (decimal): -9808181 or 13325930. OLE color: 13325930.

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

Color convert

RGB10686203-
CMYK0.480.5800.20
HSL250.26º52.94%56.67%-
HSV(B)250.26º57.64%79.61%-
XYZ20.0514.0358.15-
YUV105.32183.13128.49-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.84%
GREEN value IS 86 (33.98% from 255) = 21.77%
BLUE value IS 203 (79.69% from 255) = 51.39%
R=26.84%
G=21.77%
B=51.39%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal106862030.480.5800.20250.2652.9456.67
Hex6A56CB303A014fa3539
Octal15212631360720243726571
Binary110101010101101100101111000011101001010011111010110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A56CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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