#6349BF

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

Shades of Slate Blue #6349BF

Tints of Slate Blue #6349BF

Color information

#6349BF (or 0x6349BF) is unknown color: approx Slate Blue. HEX triplet: 63, 49 and BF. RGB value is (99,73,191). Sum of RGB (Red+Green+Blue) = 99+73+191=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 191 (75% from 255 or 52.62% from 363); Max value from RGB is 191 - color contains mainly: blue. Hex color #6349BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6349BF is #9CB640. Grayscale: #5D5D5D. Windows color (decimal): -10270273 or 12536163. OLE color: 12536163.

HSL color Cylindrical-coordinate representation of color #6349BF: hue angle of 253.22º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6349BF is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9973191-
CMYK0.480.6200.25
HSL253.22º47.97%51.76%-
HSV(B)253.22º61.78%74.9%-
XYZ16.9311.1850.56-
YUV94.23182.61131.41-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.27%
GREEN value IS 73 (28.91% from 255) = 20.11%
BLUE value IS 191 (75% from 255) = 52.62%
R=27.27%
G=20.11%
B=52.62%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99731910.480.6200.25253.2247.9751.76
Hex6349BF303E019fd3034
Octal14311127760760313756064
Binary110001110010011011111111000011111001100111111101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6349BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6349BF; }

 p { color: rgb(99,73,191); }

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

<style>
 a { background-color: #6349BF; }

 a { background-color: rgb(99,73,191); }

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

<style>
 span { border-color: #6349BF; }

 span { border-color: rgb(99,73,191); }

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