#6374FF

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

Shades of Medium Slate Blue #6374FF

Tints of Medium Slate Blue #6374FF

Color information

#6374FF (or 0x6374FF) is unknown color: approx Medium Slate Blue. HEX triplet: 63, 74 and FF. RGB value is (99,116,255). Sum of RGB (Red+Green+Blue) = 99+116+255=470 (62% of max value = 765). Red value is 99 (39.06% from 255 or 21.06% from 470); Green value is 116 (45.70% from 255 or 24.68% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #6374FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6374FF is #9C8B00. Grayscale: #7E7E7E. Windows color (decimal): -10259201 or 16741475. OLE color: 16741475.

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

Color convert

RGB99116255-
CMYK0.610.5500
HSL233.46º100%69.41%-
HSV(B)233.46º61.18%100%-
XYZ29.4422.3697.37-
YUV126.76200.37108.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 21.06%
GREEN value IS 116 (45.70% from 255) = 24.68%
BLUE value IS 255 (100% from 255) = 54.26%
R=21.06%
G=24.68%
B=54.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal991162550.610.5500233.4610069.41
Hex6374FF3D3700e96445
Octal143164377756700351144105
Binary1100011111010011111111111101110111001110100111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6374FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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