#6A65EB

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

Shades of Medium Slate Blue #6A65EB

Tints of Medium Slate Blue #6A65EB

Color information

#6A65EB (or 0x6A65EB) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 65 and EB. RGB value is (106,101,235). Sum of RGB (Red+Green+Blue) = 106+101+235=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 101 (39.84% from 255 or 22.85% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #6A65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A65EB is #959A14. Grayscale: #757575. Windows color (decimal): -9804309 or 15426922. OLE color: 15426922.

HSL color Cylindrical-coordinate representation of color #6A65EB: hue angle of 242.24º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A65EB is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB106101235-
CMYK0.550.5700.08
HSL242.24º77.01%65.88%-
HSV(B)242.24º57.02%92.16%-
XYZ25.5918.3780.79-
YUV117.77194.16119.6-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.98%
GREEN value IS 101 (39.84% from 255) = 22.85%
BLUE value IS 235 (92.19% from 255) = 53.17%
R=23.98%
G=22.85%
B=53.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1061012350.550.5700.08242.2477.0165.88
Hex6A65EB373908f24d42
Octal1521453536771010362115102
Binary1101010110010111101011110111111001010001111001010011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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