#6359CB

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

Shades of Slate Blue #6359CB

Tints of Slate Blue #6359CB

Color information

#6359CB (or 0x6359CB) is unknown color: approx Slate Blue. HEX triplet: 63, 59 and CB. RGB value is (99,89,203). Sum of RGB (Red+Green+Blue) = 99+89+203=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 203 (79.69% from 255 or 51.92% from 391); Max value from RGB is 203 - color contains mainly: blue. Hex color #6359CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6359CB is #9CA634. Grayscale: #686868. Windows color (decimal): -10266165 or 13326691. OLE color: 13326691.

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

Color convert

RGB9989203-
CMYK0.510.5600.20
HSL245.26º52.29%57.25%-
HSV(B)245.26º56.16%79.61%-
XYZ19.514.1158.2-
YUV104.99183.31123.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 89 (35.16% from 255) = 22.76%
BLUE value IS 203 (79.69% from 255) = 51.92%
R=25.32%
G=22.76%
B=51.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal99892030.510.5600.20245.2652.2957.25
Hex6359CB3338014f53439
Octal14313131363700243656471
Binary110001110110011100101111001111100001010011110101110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6359CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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