Html Css Color HEX #6270E9 Medium Slate Blue

📋 copy color: '#6270E9'

red 98 ◦ green 112 ◦ blue 233

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

Shades of Medium Slate Blue #6270E9

Tints of Medium Slate Blue #6270E9

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.28%

 BLUE value IS 233 (91.41% from 255) = 52.6%

R = 22.12%
G = 25.28%
B = 52.6%

CMYK

 C value IS 0.58

 M value IS 0.52

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#6270E9 (or 0x6270E9) is known color: Medium Slate Blue. HEX triplet: 62, 70 and E9. RGB value is (98,112,233). Sum of RGB (Red+Green+Blue) = 98+112+233=443 (58% of max value = 765). Red value is 98 (38.67% from 255 or 22.12% from 443); Green value is 112 (44.14% from 255 or 25.28% from 443); Blue value is 233 (91.41% from 255 or 52.60% from 443); Max value from RGB is 233 - color contains mainly: blue. Hex color #6270E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6270E9 is #9D8F16. Grayscale: #797979. Windows color (decimal): -10325783 or 15298658. OLE color: 15298658.

HSL color Cylindrical-coordinate representation of color #6270E9: hue angle of 233.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6270E9 is Cyan = 0.58, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 98 112 233 -
CMYK 0.58 0.52 0 0.09
HSL 233.78º 0.75% 0.65% -
HSV(B) 233.78º 0.58% 0.91% -
XYZ 25.54 20.07 79.62 -
YUV 121.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 98 112 233 0.58 0.52 0 0.09 233.78 0.75 0.65
Hex 62 70 E9 3A 34 0 9 EA 4B 41
Octal 142 160 351 72 64 0 11 352 113 101
Binary 1100010 1110000 11101001 111010 110100 0 1001 11101010 1001011 1000001

Color Harmonies of #6270E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270E9

Black with #6270E9

Text Example


Text Example

White with #6270E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6270E9; }

 p { color: rgb(98,112,233); }

 H1.HeaderClassName
 {
   color: #6270E9;
 }
 .AnyTagClassName
 {
   color: #6270E9;
 }
</style>

background-color css

<style>
 a { background-color: #6270E9; }

 a { background-color: rgb(98,112,233); }

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

border-color css

<style>
 span { border-color: #6270E9; }

 span { border-color: rgb(98,112,233); }

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