Html Css Color HEX #6375FB Medium Slate Blue

📋 copy color: '#6375FB'

red 99 ◦ green 117 ◦ blue 251

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

Shades of Medium Slate Blue #6375FB

Tints of Medium Slate Blue #6375FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 53.75%

R = 21.2%
G = 25.05%
B = 53.75%

CMYK

 C value IS 0.61

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6375FB (or 0x6375FB) is known color: Medium Slate Blue. HEX triplet: 63, 75 and FB. RGB value is (99,117,251). Sum of RGB (Red+Green+Blue) = 99+117+251=467 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.20% from 467); Green value is 117 (46.09% from 255 or 25.05% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #6375FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375FB is #9C8A04. Grayscale: #7E7E7E. Windows color (decimal): -10258949 or 16479587. OLE color: 16479587.

HSL color Cylindrical-coordinate representation of color #6375FB: hue angle of 232.89º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6375FB is Cyan = 0.61, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 99 117 251 -
CMYK 0.61 0.53 0 0.02
HSL 232.89º 0.95% 0.69% -
HSV(B) 232.89º 0.61% 0.98% -
XYZ 28.92 22.34 94.05 -
YUV 126.89 198.04 108.1 -
System Red Green Blue C M Y K H S L
Decimal 99 117 251 0.61 0.53 0 0.02 232.89 0.95 0.69
Hex 63 75 FB 3D 35 0 2 E9 5F 45
Octal 143 165 373 75 65 0 2 351 137 105
Binary 1100011 1110101 11111011 111101 110101 0 10 11101001 1011111 1000101

Color Harmonies of #6375FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375FB

Black with #6375FB

Text Example


Text Example

White with #6375FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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