Html Css Color HEX #6375FC Medium Slate Blue

📋 copy color: '#6375FC'

red 99 ◦ green 117 ◦ blue 252

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

Shades of Medium Slate Blue #6375FC

Tints of Medium Slate Blue #6375FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 53.85%

R = 21.15%
G = 25%
B = 53.85%

CMYK

 C value IS 0.61

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6375FC (or 0x6375FC) is known color: Medium Slate Blue. HEX triplet: 63, 75 and FC. RGB value is (99,117,252). Sum of RGB (Red+Green+Blue) = 99+117+252=468 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.15% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 252 (98.83% from 255 or 53.85% from 468); Max value from RGB is 252 - color contains mainly: blue. Hex color #6375FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375FC is #9C8A03. Grayscale: #7E7E7E. Windows color (decimal): -10258948 or 16545123. OLE color: 16545123.

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

Color convert

RGB 99 117 252 -
CMYK 0.61 0.54 0 0.01
HSL 232.94º 0.96% 0.69% -
HSV(B) 232.94º 0.61% 0.99% -
XYZ 29.08 22.4 94.89 -
YUV 127.01 198.54 108.02 -
System Red Green Blue C M Y K H S L
Decimal 99 117 252 0.61 0.54 0 0.01 232.94 0.96 0.69
Hex 63 75 FC 3D 36 0 1 E9 60 45
Octal 143 165 374 75 66 0 1 351 140 105
Binary 1100011 1110101 11111100 111101 110110 0 1 11101001 1100000 1000101

Color Harmonies of #6375FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375FC

Black with #6375FC

Text Example


Text Example

White with #6375FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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