#6A74EE

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

Shades of Medium Slate Blue #6A74EE

Tints of Medium Slate Blue #6A74EE

Color information

#6A74EE (or 0x6A74EE) is unknown color: approx Medium Slate Blue. HEX triplet: 6A, 74 and EE. RGB value is (106,116,238). Sum of RGB (Red+Green+Blue) = 106+116+238=460 (60% of max value = 765). Red value is 106 (41.80% from 255 or 23.04% from 460); Green value is 116 (45.70% from 255 or 25.22% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #6A74EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6A74EE is #958B11. Grayscale: #7E7E7E. Windows color (decimal): -9800466 or 15627370. OLE color: 15627370.

HSL color Cylindrical-coordinate representation of color #6A74EE: hue angle of 235.45º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A74EE is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB106116238-
CMYK0.550.5100.07
HSL235.45º79.52%67.45%-
HSV(B)235.45º55.46%93.33%-
XYZ27.6221.7383.63-
YUV126.92190.69113.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 23.04%
GREEN value IS 116 (45.70% from 255) = 25.22%
BLUE value IS 238 (93.36% from 255) = 51.74%
R=23.04%
G=25.22%
B=51.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1061162380.550.5100.07235.4579.5267.45
Hex6A74EE373307eb5043
Octal152164356676307353120103
Binary110101011101001110111011011111001101111110101110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A74EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,116,238); }

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

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

 a { background-color: rgb(106,116,238); }

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

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

 span { border-color: rgb(106,116,238); }

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