Html Css Color HEX #6267FE Medium Slate Blue

📋 copy color: '#6267FE'

red 98 ◦ green 103 ◦ blue 254

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

Shades of Medium Slate Blue #6267FE

Tints of Medium Slate Blue #6267FE

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.64%

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

R = 21.54%
G = 22.64%
B = 55.82%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6267FE (or 0x6267FE) is known color: Medium Slate Blue. HEX triplet: 62, 67 and FE. RGB value is (98,103,254). Sum of RGB (Red+Green+Blue) = 98+103+254=455 (60% of max value = 765). Red value is 98 (38.67% from 255 or 21.54% from 455); Green value is 103 (40.62% from 255 or 22.64% from 455); Blue value is 254 (99.61% from 255 or 55.82% from 455); Max value from RGB is 254 - color contains mainly: blue. Hex color #6267FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6267FE is #9D9801. Grayscale: #767676. Windows color (decimal): -10328066 or 16672610. OLE color: 16672610.

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

Color convert

RGB 98 103 254 -
CMYK 0.61 0.59 0 0.00
HSL 238.08º 0.99% 0.69% -
HSV(B) 238.08º 0.61% 1% -
XYZ 27.78 19.45 96.06 -
YUV 118.72 204.34 113.22 -
System Red Green Blue C M Y K H S L
Decimal 98 103 254 0.61 0.59 0 0.00 238.08 0.99 0.69
Hex 62 67 FE 3D 3B 0 0 EE 63 45
Octal 142 147 376 75 73 0 0 356 143 105
Binary 1100010 1100111 11111110 111101 111011 0 0 11101110 1100011 1000101

Color Harmonies of #6267FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6267FE

Black with #6267FE

Text Example


Text Example

White with #6267FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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