Html Css Color HEX #6375EB Medium Slate Blue

📋 copy color: '#6375EB'

red 99 ◦ green 117 ◦ blue 235

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

Shades of Medium Slate Blue #6375EB

Tints of Medium Slate Blue #6375EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 52.11%

R = 21.95%
G = 25.94%
B = 52.11%

CMYK

 C value IS 0.58

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6375EB (or 0x6375EB) is known color: Medium Slate Blue. HEX triplet: 63, 75 and EB. RGB value is (99,117,235). Sum of RGB (Red+Green+Blue) = 99+117+235=451 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.95% from 451); Green value is 117 (46.09% from 255 or 25.94% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #6375EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375EB is #9C8A14. Grayscale: #7C7C7C. Windows color (decimal): -10258965 or 15431011. OLE color: 15431011.

HSL color Cylindrical-coordinate representation of color #6375EB: hue angle of 232.06º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6375EB is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 99 117 235 -
CMYK 0.58 0.50 0 0.08
HSL 232.06º 0.77% 0.65% -
HSV(B) 232.06º 0.58% 0.92% -
XYZ 26.5 21.37 81.33 -
YUV 125.07 190.04 109.41 -
System Red Green Blue C M Y K H S L
Decimal 99 117 235 0.58 0.50 0 0.08 232.06 0.77 0.65
Hex 63 75 EB 3A 32 0 8 E8 4D 41
Octal 143 165 353 72 62 0 10 350 115 101
Binary 1100011 1110101 11101011 111010 110010 0 1000 11101000 1001101 1000001

Color Harmonies of #6375EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375EB

Black with #6375EB

Text Example


Text Example

White with #6375EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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