#6A6BFB

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

Shades of Medium Slate Blue #6A6BFB

Tints of Medium Slate Blue #6A6BFB

Color information

#6A6BFB (or 0x6A6BFB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 6B and FB. RGB value is (106,107,251). Sum of RGB (Red+Green+Blue) = 106+107+251=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A6BFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A6BFB is #959404. Grayscale: #7A7A7A. Windows color (decimal): -9802757 or 16477034. OLE color: 16477034.

HSL color Cylindrical-coordinate representation of color #6A6BFB: hue angle of 239.59º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6A6BFB is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB106107251-
CMYK0.580.5700.02
HSL239.59º94.77%70%-
HSV(B)239.59º57.77%98.43%-
XYZ28.6120.5493.72-
YUV123.12200.17115.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 22.84%
GREEN value IS 107 (42.19% from 255) = 23.06%
BLUE value IS 251 (98.44% from 255) = 54.09%
R=22.84%
G=23.06%
B=54.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061072510.580.5700.02239.5994.7770
Hex6A6BFB3A3902f05f46
Octal152153373727102360137106
Binary11010101101011111110111110101110010101111000010111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,107,251); }

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

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

 a { background-color: rgb(106,107,251); }

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

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

 span { border-color: rgb(106,107,251); }

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