#6356CA

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

Shades of Slate Blue #6356CA

Tints of Slate Blue #6356CA

Color information

#6356CA (or 0x6356CA) is unknown color: approx Slate Blue. HEX triplet: 63, 56 and CA. RGB value is (99,86,202). Sum of RGB (Red+Green+Blue) = 99+86+202=387 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.58% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #6356CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356CA is #9CA935. Grayscale: #666666. Windows color (decimal): -10266934 or 13260387. OLE color: 13260387.

HSL color Cylindrical-coordinate representation of color #6356CA: hue angle of 246.72º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6356CA is Cyan = 0.51, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB9986202-
CMYK0.510.5700.21
HSL246.72º52.25%56.47%-
HSV(B)246.72º57.43%79.22%-
XYZ19.1313.5757.49-
YUV103.11183.81125.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.58%
GREEN value IS 86 (33.98% from 255) = 22.22%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=25.58%
G=22.22%
B=52.20%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal99862020.510.5700.21246.7252.2556.47
Hex6356CA3339015f73438
Octal14312631263710253676470
Binary110001110101101100101011001111100101010111110111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6356CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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