#6375FF

Color #6375FF Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #6375FF

Tints of Medium Slate Blue #6375FF

Color information

#6375FF (or 0x6375FF) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 75 and FF. RGB value is (99,117,255). Sum of RGB (Red+Green+Blue) = 99+117+255=471 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.02% from 471); Green value is 117 (46.09% from 255 or 24.84% from 471); Blue value is 255 (100% from 255 or 54.14% from 471); Max value from RGB is 255 - color contains mainly: blue. Hex color #6375FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6375FF is #9C8A00. Grayscale: #7E7E7E. Windows color (decimal): -10258945 or 16741731. OLE color: 16741731.

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

Color convert

RGB99117255-
CMYK0.610.5400
HSL233.08º100%69.41%-
HSV(B)233.08º61.18%100%-
XYZ29.5622.697.41-
YUV127.35200.04107.78-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.02%
GREEN value IS 117 (46.09% from 255) = 24.84%
BLUE value IS 255 (100% from 255) = 54.14%
R=21.02%
G=24.84%
B=54.14%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991172550.610.5400233.0810069.41
Hex6375FF3D3600e96445
Octal143165377756600351144105
Binary1100011111010111111111111101110110001110100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6375FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6375FF;
 }
 .AnyTagClassName
 {
   color: #6375FF;
 }
</style>
background-color css

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

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

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

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

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

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