#6269EA

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

Shades of Medium Slate Blue #6269EA

Tints of Medium Slate Blue #6269EA

Color information

#6269EA (or 0x6269EA) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 69 and EA. RGB value is (98,105,234). Sum of RGB (Red+Green+Blue) = 98+105+234=437 (57% of max value = 765). Red value is 98 (38.67% from 255 or 22.43% from 437); Green value is 105 (41.41% from 255 or 24.03% from 437); Blue value is 234 (91.80% from 255 or 53.55% from 437); Max value from RGB is 234 - color contains mainly: blue. Hex color #6269EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6269EA is #9D9615. Grayscale: #757575. Windows color (decimal): -10327574 or 15362402. OLE color: 15362402.

HSL color Cylindrical-coordinate representation of color #6269EA: hue angle of 236.91º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6269EA is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB98105234-
CMYK0.580.5500.08
HSL236.91º76.4%65.1%-
HSV(B)236.91º58.12%91.76%-
XYZ24.9418.6480.13-
YUV117.61193.68114.01-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.43%
GREEN value IS 105 (41.41% from 255) = 24.03%
BLUE value IS 234 (91.80% from 255) = 53.55%
R=22.43%
G=24.03%
B=53.55%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal981052340.580.5500.08236.9176.465.1
Hex6269EA3A3708ed4c41
Octal1421513527267010355114101
Binary1100010110100111101010111010110111010001110110110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6269EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6269EA; }

 p { color: rgb(98,105,234); }

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

<style>
 a { background-color: #6269EA; }

 a { background-color: rgb(98,105,234); }

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

<style>
 span { border-color: #6269EA; }

 span { border-color: rgb(98,105,234); }

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