Html Css Color HEX #6272F1 Medium Slate Blue

📋 copy color: '#6272F1'

red 98 ◦ green 114 ◦ blue 241

#6272F1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Slate Blue #6272F1

Tints of Medium Slate Blue #6272F1

RGB

 RED value IS 98 (38.67% from 255) = 21.63%

 GREEN value IS 114 (44.92% from 255) = 25.17%

 BLUE value IS 241 (94.53% from 255) = 53.2%

R = 21.63%
G = 25.17%
B = 53.2%

CMYK

 C value IS 0.59

 M value IS 0.53

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#6272F1 (or 0x6272F1) is known color: Medium Slate Blue. HEX triplet: 62, 72 and F1. RGB value is (98,114,241). Sum of RGB (Red+Green+Blue) = 98+114+241=453 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.63% from 453); Green value is 114 (44.92% from 255 or 25.17% from 453); Blue value is 241 (94.53% from 255 or 53.20% from 453); Max value from RGB is 241 - color contains mainly: blue. Hex color #6272F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6272F1 is #9D8D0E. Grayscale: #7B7B7B. Windows color (decimal): -10325263 or 15823458. OLE color: 15823458.

HSL color Cylindrical-coordinate representation of color #6272F1: hue angle of 233.29º 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 #6272F1 is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 98 114 241 -
CMYK 0.59 0.53 0 0.05
HSL 233.29º 0.84% 0.66% -
HSV(B) 233.29º 0.59% 0.95% -
XYZ 26.93 20.98 85.85 -
YUV 123.69 194.2 109.67 -
System Red Green Blue C M Y K H S L
Decimal 98 114 241 0.59 0.53 0 0.05 233.29 0.84 0.66
Hex 62 72 F1 3B 35 0 5 E9 54 42
Octal 142 162 361 73 65 0 5 351 124 102
Binary 1100010 1110010 11110001 111011 110101 0 101 11101001 1010100 1000010

Color Harmonies of #6272F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272F1

Black with #6272F1

Text Example


Text Example

White with #6272F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6272F1; }

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

 H1.HeaderClassName
 {
   color: #6272F1;
 }
 .AnyTagClassName
 {
   color: #6272F1;
 }
</style>

background-color css

<style>
 a { background-color: #6272F1; }

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

 div.DivClassName
 {
   background-color: #6272F1;
 }
 .BgClassName
 {
   background-color: #6272F1;
 }
</style>

border-color css

<style>
 span { border-color: #6272F1; }

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

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