Html Css Color HEX #6270FE Medium Slate Blue

📋 copy color: '#6270FE'

red 98 ◦ green 112 ◦ blue 254

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

Shades of Medium Slate Blue #6270FE

Tints of Medium Slate Blue #6270FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 21.12%
G = 24.14%
B = 54.74%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6270FE (or 0x6270FE) is known color: Medium Slate Blue. HEX triplet: 62, 70 and FE. RGB value is (98,112,254). Sum of RGB (Red+Green+Blue) = 98+112+254=464 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.12% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #6270FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6270FE is #9D8F01. Grayscale: #7B7B7B. Windows color (decimal): -10325762 or 16674914. OLE color: 16674914.

HSL color Cylindrical-coordinate representation of color #6270FE: hue angle of 234.62º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6270FE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 112 254 -
CMYK 0.61 0.56 0 0.00
HSL 234.62º 0.99% 0.69% -
HSV(B) 234.62º 0.61% 1% -
XYZ 28.72 21.34 96.37 -
YUV 124 201.36 109.45 -
System Red Green Blue C M Y K H S L
Decimal 98 112 254 0.61 0.56 0 0.00 234.62 0.99 0.69
Hex 62 70 FE 3D 38 0 0 EB 63 45
Octal 142 160 376 75 70 0 0 353 143 105
Binary 1100010 1110000 11111110 111101 111000 0 0 11101011 1100011 1000101

Color Harmonies of #6270FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270FE

Black with #6270FE

Text Example


Text Example

White with #6270FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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