#6356BF

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

Shades of Slate Blue #6356BF

Tints of Slate Blue #6356BF

Color information

#6356BF (or 0x6356BF) is unknown color: approx Slate Blue. HEX triplet: 63, 56 and BF. RGB value is (99,86,191). Sum of RGB (Red+Green+Blue) = 99+86+191=376 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.33% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #6356BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356BF is #9CA940. Grayscale: #656565. Windows color (decimal): -10266945 or 12539491. OLE color: 12539491.

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

Color convert

RGB9986191-
CMYK0.480.5500.25
HSL247.43º45.06%54.31%-
HSV(B)247.43º54.97%74.9%-
XYZ17.8813.0750.87-
YUV101.86178.31125.96-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.33%
GREEN value IS 86 (33.98% from 255) = 22.87%
BLUE value IS 191 (75% from 255) = 50.80%
R=26.33%
G=22.87%
B=50.80%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal99861910.480.5500.25247.4345.0654.31
Hex6356BF3037019f72d36
Octal14312627760670313675566
Binary110001110101101011111111000011011101100111110111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6356BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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