#6A65FB

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

Shades of Medium Slate Blue #6A65FB

Tints of Medium Slate Blue #6A65FB

Color information

#6A65FB (or 0x6A65FB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 65 and FB. RGB value is (106,101,251). Sum of RGB (Red+Green+Blue) = 106+101+251=458 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.14% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 251 (98.44% from 255 or 54.80% from 458); Max value from RGB is 251 - color contains mainly: blue. Hex color #6A65FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A65FB is #959A04. Grayscale: #767676. Windows color (decimal): -9804293 or 16475498. OLE color: 16475498.

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

Color convert

RGB106101251-
CMYK0.580.6000.02
HSL242º94.94%69.02%-
HSV(B)242º59.76%98.43%-
XYZ28.0119.3493.52-
YUV119.6202.16118.3-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.14%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 251 (98.44% from 255) = 54.80%
R=23.14%
G=22.05%
B=54.80%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1061012510.580.6000.0224294.9469.02
Hex6A65FB3A3C02f25f45
Octal152145373727402362137105
Binary11010101100101111110111110101111000101111001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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