#6A65E5

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

Shades of Medium Slate Blue #6A65E5

Tints of Medium Slate Blue #6A65E5

Color information

#6A65E5 (or 0x6A65E5) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 65 and E5. RGB value is (106,101,229). Sum of RGB (Red+Green+Blue) = 106+101+229=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 101 (39.84% from 255 or 23.17% from 436); Blue value is 229 (89.84% from 255 or 52.52% from 436); Max value from RGB is 229 - color contains mainly: blue. Hex color #6A65E5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65E5 is #959A1A. Grayscale: #747474. Windows color (decimal): -9804315 or 15033706. OLE color: 15033706.

HSL color Cylindrical-coordinate representation of color #6A65E5: hue angle of 242.34º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6A65E5 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB106101229-
CMYK0.540.5600.10
HSL242.34º71.11%64.71%-
HSV(B)242.34º55.9%89.8%-
XYZ24.7418.0376.3-
YUV117.09191.16120.09-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 24.31%
GREEN value IS 101 (39.84% from 255) = 23.17%
BLUE value IS 229 (89.84% from 255) = 52.52%
R=24.31%
G=23.17%
B=52.52%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1061012290.540.5600.10242.3471.1164.71
Hex6A65E536380Af24741
Octal1521453456670012362107101
Binary1101010110010111100101110110111000010101111001010001111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A65E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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