Html Css Color HEX #6272EB Medium Slate Blue

📋 copy color: '#6272EB'

red 98 ◦ green 114 ◦ blue 235

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

Shades of Medium Slate Blue #6272EB

Tints of Medium Slate Blue #6272EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.57%

R = 21.92%
G = 25.5%
B = 52.57%

CMYK

 C value IS 0.58

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6272EB (or 0x6272EB) is known color: Medium Slate Blue. HEX triplet: 62, 72 and EB. RGB value is (98,114,235). Sum of RGB (Red+Green+Blue) = 98+114+235=447 (59% of max value = 765). Red value is 98 (38.67% from 255 or 21.92% from 447); Green value is 114 (44.92% from 255 or 25.50% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #6272EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6272EB is #9D8D14. Grayscale: #7A7A7A. Windows color (decimal): -10325269 or 15430242. OLE color: 15430242.

HSL color Cylindrical-coordinate representation of color #6272EB: hue angle of 232.99º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6272EB is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 114 235 -
CMYK 0.58 0.51 0 0.08
HSL 232.99º 0.77% 0.65% -
HSV(B) 232.99º 0.58% 0.92% -
XYZ 26.05 20.63 81.21 -
YUV 123.01 191.2 110.16 -
System Red Green Blue C M Y K H S L
Decimal 98 114 235 0.58 0.51 0 0.08 232.99 0.77 0.65
Hex 62 72 EB 3A 33 0 8 E9 4D 41
Octal 142 162 353 72 63 0 10 351 115 101
Binary 1100010 1110010 11101011 111010 110011 0 1000 11101001 1001101 1000001

Color Harmonies of #6272EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6272EB

Black with #6272EB

Text Example


Text Example

White with #6272EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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