Html Css Color HEX #6364FA Medium Slate Blue

📋 copy color: '#6364FA'

red 99 ◦ green 100 ◦ blue 250

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

Shades of Medium Slate Blue #6364FA

Tints of Medium Slate Blue #6364FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.68%

R = 22.05%
G = 22.27%
B = 55.68%

CMYK

 C value IS 0.60

 M value IS 0.6

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6364FA (or 0x6364FA) is known color: Medium Slate Blue. HEX triplet: 63, 64 and FA. RGB value is (99,100,250). Sum of RGB (Red+Green+Blue) = 99+100+250=449 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.05% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 250 (98.05% from 255 or 55.68% from 449); Max value from RGB is 250 - color contains mainly: blue. Hex color #6364FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6364FA is #9C9B05. Grayscale: #747474. Windows color (decimal): -10263302 or 16409699. OLE color: 16409699.

HSL color Cylindrical-coordinate representation of color #6364FA: hue angle of 239.6º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6364FA is Cyan = 0.60, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 100 250 -
CMYK 0.60 0.6 0 0.02
HSL 239.6º 0.94% 0.68% -
HSV(B) 239.6º 0.6% 0.98% -
XYZ 26.96 18.67 92.63 -
YUV 116.8 203.17 115.3 -
System Red Green Blue C M Y K H S L
Decimal 99 100 250 0.60 0.6 0 0.02 239.6 0.94 0.68
Hex 63 64 FA 3C 3C 0 2 F0 5E 44
Octal 143 144 372 74 74 0 2 360 136 104
Binary 1100011 1100100 11111010 111100 111100 0 10 11110000 1011110 1000100

Color Harmonies of #6364FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6364FA

Black with #6364FA

Text Example


Text Example

White with #6364FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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