Html Css Color HEX #6271FE Medium Slate Blue

📋 copy color: '#6271FE'

red 98 ◦ green 113 ◦ blue 254

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

Shades of Medium Slate Blue #6271FE

Tints of Medium Slate Blue #6271FE

RGB

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

 GREEN value IS 113 (44.53% from 255) = 24.3%

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

R = 21.08%
G = 24.3%
B = 54.62%

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

#6271FE (or 0x6271FE) is known color: Medium Slate Blue. HEX triplet: 62, 71 and FE. RGB value is (98,113,254). Sum of RGB (Red+Green+Blue) = 98+113+254=465 (61% of max value = 765). Red value is 98 (38.67% from 255 or 21.08% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 254 (99.61% from 255 or 54.62% from 465); Max value from RGB is 254 - color contains mainly: blue. Hex color #6271FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6271FE is #9D8E01. Grayscale: #7C7C7C. Windows color (decimal): -10325506 or 16675170. OLE color: 16675170.

HSL color Cylindrical-coordinate representation of color #6271FE: hue angle of 234.23º 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 #6271FE is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 98 113 254 -
CMYK 0.61 0.56 0 0.00
HSL 234.23º 0.99% 0.69% -
HSV(B) 234.23º 0.61% 1% -
XYZ 28.83 21.56 96.41 -
YUV 124.59 201.03 109.04 -
System Red Green Blue C M Y K H S L
Decimal 98 113 254 0.61 0.56 0 0.00 234.23 0.99 0.69
Hex 62 71 FE 3D 38 0 0 EA 63 45
Octal 142 161 376 75 70 0 0 352 143 105
Binary 1100010 1110001 11111110 111101 111000 0 0 11101010 1100011 1000101

Color Harmonies of #6271FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6271FE

Black with #6271FE

Text Example


Text Example

White with #6271FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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