#6269EF

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

Shades of Medium Slate Blue #6269EF

Tints of Medium Slate Blue #6269EF

Color information

#6269EF (or 0x6269EF) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 69 and EF. RGB value is (98,105,239). Sum of RGB (Red+Green+Blue) = 98+105+239=442 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.17% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #6269EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6269EF is #9D9610. Grayscale: #757575. Windows color (decimal): -10327569 or 15690082. OLE color: 15690082.

HSL color Cylindrical-coordinate representation of color #6269EF: hue angle of 237.02º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6269EF is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB98105239-
CMYK0.590.5600.06
HSL237.02º81.5%66.08%-
HSV(B)237.02º59%93.73%-
XYZ25.6718.9383.96-
YUV118.18196.18113.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.17%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 239 (93.75% from 255) = 54.07%
R=22.17%
G=23.76%
B=54.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal981052390.590.5600.06237.0281.566.08
Hex6269EF3B3806ed5242
Octal142151357737006355122102
Binary110001011010011110111111101111100001101110110110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6269EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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