#6265F9

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

Shades of Medium Slate Blue #6265F9

Tints of Medium Slate Blue #6265F9

Color information

#6265F9 (or 0x6265F9) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 65 and F9. RGB value is (98,101,249). Sum of RGB (Red+Green+Blue) = 98+101+249=448 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.88% from 448); Green value is 101 (39.84% from 255 or 22.54% from 448); Blue value is 249 (97.66% from 255 or 55.58% from 448); Max value from RGB is 249 - color contains mainly: blue. Hex color #6265F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6265F9 is #9D9A06. Grayscale: #747474. Windows color (decimal): -10328583 or 16344418. OLE color: 16344418.

HSL color Cylindrical-coordinate representation of color #6265F9: hue angle of 238.81º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6265F9 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB98101249-
CMYK0.610.5900.02
HSL238.81º92.64%68.04%-
HSV(B)238.81º60.64%97.65%-
XYZ26.7918.7491.83-
YUV116.98202.51114.47-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 21.88%
GREEN value IS 101 (39.84% from 255) = 22.54%
BLUE value IS 249 (97.66% from 255) = 55.58%
R=21.88%
G=22.54%
B=55.58%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal981012490.610.5900.02238.8192.6468.04
Hex6265F93D3B02ef5d44
Octal142145371757302357135104
Binary11000101100101111110011111011110110101110111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6265F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6265F9; }

 p { color: rgb(98,101,249); }

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

<style>
 a { background-color: #6265F9; }

 a { background-color: rgb(98,101,249); }

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

<style>
 span { border-color: #6265F9; }

 span { border-color: rgb(98,101,249); }

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