#6265f1

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

Shades of Medium Slate Blue #6265F1

Tints of Medium Slate Blue #6265F1

Color information

#6265F1 (or 0x6265F1) is unknown color: approx Medium Slate Blue. HEX triplet: 62, 65 and F1. RGB value is (98,101,241). Sum of RGB (Red+Green+Blue) = 98+101+241=440 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.27% from 440); Green value is 101 (39.84% from 255 or 22.95% from 440); Blue value is 241 (94.53% from 255 or 54.77% from 440); Max value from RGB is 241 - color contains mainly: blue. Hex color #6265F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6265F1 is #9D9A0E. Grayscale: #737373. Windows color (decimal): -10328591 or 15820130. OLE color: 15820130.

HSL color Cylindrical-coordinate representation of color #6265F1: hue angle of 238.74º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6265F1 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB98101241-
CMYK0.590.5800.05
HSL238.74º83.63%66.47%-
HSV(B)238.74º59.34%94.51%-
XYZ25.5718.2585.4-
YUV116.06198.51115.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.27%
GREEN value IS 101 (39.84% from 255) = 22.95%
BLUE value IS 241 (94.53% from 255) = 54.77%
R=22.27%
G=22.95%
B=54.77%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal981012410.590.5800.05238.7483.6366.47
Hex6265F13B3A05ef5442
Octal142145361737205357124102
Binary110001011001011111000111101111101001011110111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6265f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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