#6358CC

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

Shades of Slate Blue #6358CC

Tints of Slate Blue #6358CC

Color information

#6358CC (or 0x6358CC) is unknown color: approx Slate Blue. HEX triplet: 63, 58 and CC. RGB value is (99,88,204). Sum of RGB (Red+Green+Blue) = 99+88+204=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #6358CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6358CC is #9CA733. Grayscale: #686868. Windows color (decimal): -10266420 or 13391971. OLE color: 13391971.

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

Color convert

RGB9988204-
CMYK0.510.5700.2
HSL245.69º53.21%57.25%-
HSV(B)245.69º56.86%80%-
XYZ19.5313.9958.8-
YUV104.51184.14124.07-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25.32%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 204 (80.08% from 255) = 52.17%
R=25.32%
G=22.51%
B=52.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal99882040.510.5700.2245.6953.2157.25
Hex6358CC3339014f63539
Octal14313031463710243666571
Binary110001110110001100110011001111100101010011110110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6358CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6358CC; }

 p { color: rgb(99,88,204); }

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

<style>
 a { background-color: #6358CC; }

 a { background-color: rgb(99,88,204); }

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

<style>
 span { border-color: #6358CC; }

 span { border-color: rgb(99,88,204); }

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