Html Css Color HEX #6370FF Medium Slate Blue

📋 copy color: '#6370FF'

red 99 ◦ green 112 ◦ blue 255

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

Shades of Medium Slate Blue #6370FF

Tints of Medium Slate Blue #6370FF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.03%

 BLUE value IS 255 (100% from 255) = 54.72%

R = 21.24%
G = 24.03%
B = 54.72%

CMYK

 C value IS 0.61

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6370FF (or 0x6370FF) is known color: Medium Slate Blue. HEX triplet: 63, 70 and FF. RGB value is (99,112,255). Sum of RGB (Red+Green+Blue) = 99+112+255=466 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.24% from 466); Green value is 112 (44.14% from 255 or 24.03% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #6370FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6370FF is #9C8F00. Grayscale: #7B7B7B. Windows color (decimal): -10260225 or 16740451. OLE color: 16740451.

HSL color Cylindrical-coordinate representation of color #6370FF: hue angle of 235º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6370FF is Cyan = 0.61, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 99 112 255 -
CMYK 0.61 0.56 0 0
HSL 235º 1% 0.69% -
HSV(B) 235º 0.61% 1% -
XYZ 28.99 21.46 97.22 -
YUV 124.42 201.69 109.87 -
System Red Green Blue C M Y K H S L
Decimal 99 112 255 0.61 0.56 0 0 235 1 0.69
Hex 63 70 FF 3D 38 0 0 EB 64 45
Octal 143 160 377 75 70 0 0 353 144 105
Binary 1100011 1110000 11111111 111101 111000 0 0 11101011 1100100 1000101

Color Harmonies of #6370FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6370FF

Black with #6370FF

Text Example


Text Example

White with #6370FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6370FF; }

 p { color: rgb(99,112,255); }

 H1.HeaderClassName
 {
   color: #6370FF;
 }
 .AnyTagClassName
 {
   color: #6370FF;
 }
</style>

background-color css

<style>
 a { background-color: #6370FF; }

 a { background-color: rgb(99,112,255); }

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

border-color css

<style>
 span { border-color: #6370FF; }

 span { border-color: rgb(99,112,255); }

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