#6356CB

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

Shades of Slate Blue #6356CB

Tints of Slate Blue #6356CB

Color information

#6356CB (or 0x6356CB) is unknown color: approx Slate Blue. HEX triplet: 63, 56 and CB. RGB value is (99,86,203). Sum of RGB (Red+Green+Blue) = 99+86+203=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 203 (79.69% from 255 or 52.32% from 388); Max value from RGB is 203 - color contains mainly: blue. Hex color #6356CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6356CB is #9CA934. Grayscale: #666666. Windows color (decimal): -10266933 or 13325923. OLE color: 13325923.

HSL color Cylindrical-coordinate representation of color #6356CB: hue angle of 246.67º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6356CB is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB9986203-
CMYK0.510.5800.20
HSL246.67º52.94%56.67%-
HSV(B)246.67º57.64%79.61%-
XYZ19.2513.6258.11-
YUV103.22184.31124.99-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.52%
GREEN value IS 86 (33.98% from 255) = 22.16%
BLUE value IS 203 (79.69% from 255) = 52.32%
R=25.52%
G=22.16%
B=52.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99862030.510.5800.20246.6752.9456.67
Hex6356CB333A014f73539
Octal14312631363720243676571
Binary110001110101101100101111001111101001010011110111110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6356CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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