Html Css Color HEX #6375FE Medium Slate Blue

📋 copy color: '#6375FE'

red 99 ◦ green 117 ◦ blue 254

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

Shades of Medium Slate Blue #6375FE

Tints of Medium Slate Blue #6375FE

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.89%

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

R = 21.06%
G = 24.89%
B = 54.04%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6375FE (or 0x6375FE) is known color: Medium Slate Blue. HEX triplet: 63, 75 and FE. RGB value is (99,117,254). Sum of RGB (Red+Green+Blue) = 99+117+254=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 254 (99.61% from 255 or 54.04% from 470); Max value from RGB is 254 - color contains mainly: blue. Hex color #6375FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375FE is #9C8A01. Grayscale: #7E7E7E. Windows color (decimal): -10258946 or 16676195. OLE color: 16676195.

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

Color convert

RGB 99 117 254 -
CMYK 0.61 0.54 0 0.00
HSL 233.03º 0.99% 0.69% -
HSV(B) 233.03º 0.61% 1% -
XYZ 29.4 22.53 96.57 -
YUV 127.24 199.54 107.86 -
System Red Green Blue C M Y K H S L
Decimal 99 117 254 0.61 0.54 0 0.00 233.03 0.99 0.69
Hex 63 75 FE 3D 36 0 0 E9 63 45
Octal 143 165 376 75 66 0 0 351 143 105
Binary 1100011 1110101 11111110 111101 110110 0 0 11101001 1100011 1000101

Color Harmonies of #6375FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375FE

Black with #6375FE

Text Example


Text Example

White with #6375FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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