Html Css Color HEX #6364FD Medium Slate Blue

📋 copy color: '#6364FD'

red 99 ◦ green 100 ◦ blue 253

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

Shades of Medium Slate Blue #6364FD

Tints of Medium Slate Blue #6364FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.97%

R = 21.9%
G = 22.12%
B = 55.97%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6364FD (or 0x6364FD) is known color: Medium Slate Blue. HEX triplet: 63, 64 and FD. RGB value is (99,100,253). Sum of RGB (Red+Green+Blue) = 99+100+253=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 100 (39.45% from 255 or 22.12% from 452); Blue value is 253 (99.22% from 255 or 55.97% from 452); Max value from RGB is 253 - color contains mainly: blue. Hex color #6364FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6364FD is #9C9B02. Grayscale: #747474. Windows color (decimal): -10263299 or 16606307. OLE color: 16606307.

HSL color Cylindrical-coordinate representation of color #6364FD: hue angle of 239.61º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6364FD is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 99 100 253 -
CMYK 0.61 0.60 0 0.01
HSL 239.61º 0.97% 0.69% -
HSV(B) 239.61º 0.61% 0.99% -
XYZ 27.43 18.86 95.12 -
YUV 117.14 204.67 115.06 -
System Red Green Blue C M Y K H S L
Decimal 99 100 253 0.61 0.60 0 0.01 239.61 0.97 0.69
Hex 63 64 FD 3D 3C 0 1 F0 61 45
Octal 143 144 375 75 74 0 1 360 141 105
Binary 1100011 1100100 11111101 111101 111100 0 1 11110000 1100001 1000101

Color Harmonies of #6364FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364FD

Black with #6364FD

Text Example


Text Example

White with #6364FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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