Html Css Color HEX #6364FE Medium Slate Blue

📋 copy color: '#6364FE'

red 99 ◦ green 100 ◦ blue 254

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

Shades of Medium Slate Blue #6364FE

Tints of Medium Slate Blue #6364FE

RGB

 RED value IS 99 (39.06% from 255) = 21.85%

 GREEN value IS 100 (39.45% from 255) = 22.08%

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

R = 21.85%
G = 22.08%
B = 56.07%

CMYK

 C value IS 0.61

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6364FE (or 0x6364FE) is known color: Medium Slate Blue. HEX triplet: 63, 64 and FE. RGB value is (99,100,254). Sum of RGB (Red+Green+Blue) = 99+100+254=453 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.85% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 254 (99.61% from 255 or 56.07% from 453); Max value from RGB is 254 - color contains mainly: blue. Hex color #6364FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6364FE is #9C9B01. Grayscale: #747474. Windows color (decimal): -10263298 or 16671843. OLE color: 16671843.

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

Color convert

RGB 99 100 254 -
CMYK 0.61 0.61 0 0.00
HSL 239.61º 0.99% 0.69% -
HSV(B) 239.61º 0.61% 1% -
XYZ 27.59 18.92 95.96 -
YUV 117.26 205.17 114.98 -
System Red Green Blue C M Y K H S L
Decimal 99 100 254 0.61 0.61 0 0.00 239.61 0.99 0.69
Hex 63 64 FE 3D 3D 0 0 F0 63 45
Octal 143 144 376 75 75 0 0 360 143 105
Binary 1100011 1100100 11111110 111101 111101 0 0 11110000 1100011 1000101

Color Harmonies of #6364FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364FE

Black with #6364FE

Text Example


Text Example

White with #6364FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,100,254); }

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

background-color css

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

 a { background-color: rgb(99,100,254); }

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

border-color css

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

 span { border-color: rgb(99,100,254); }

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