#6269F0

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

Shades of Medium Slate Blue #6269F0

Tints of Medium Slate Blue #6269F0

Color information

#6269F0 (or 0x6269F0) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 69 and F0. RGB value is (98,105,240). Sum of RGB (Red+Green+Blue) = 98+105+240=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 105 (41.41% from 255 or 23.70% from 443); Blue value is 240 (94.14% from 255 or 54.18% from 443); Max value from RGB is 240 - color contains mainly: blue. Hex color #6269F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6269F0 is #9D960F. Grayscale: #757575. Windows color (decimal): -10327568 or 15755618. OLE color: 15755618.

HSL color Cylindrical-coordinate representation of color #6269F0: hue angle of 237.04º degrees, saturation: 0.83, 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 #6269F0 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB98105240-
CMYK0.590.5600.06
HSL237.04º82.56%66.27%-
HSV(B)237.04º59.17%94.12%-
XYZ25.8218.9984.74-
YUV118.3196.68113.52-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.12%
GREEN value IS 105 (41.41% from 255) = 23.70%
BLUE value IS 240 (94.14% from 255) = 54.18%
R=22.12%
G=23.70%
B=54.18%

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
Decimal981052400.590.5600.06237.0482.5666.27
Hex6269F03B3806ed5342
Octal142151360737006355123102
Binary110001011010011111000011101111100001101110110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6269F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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