#6360D9

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

Shades of Slate Blue #6360D9

Tints of Slate Blue #6360D9

Color information

#6360D9 (or 0x6360D9) is unknown color: approx Slate Blue. HEX triplet: 63, 60 and D9. RGB value is (99,96,217). Sum of RGB (Red+Green+Blue) = 99+96+217=412 (54% of max value = 765). Red value is 99 (39.06% from 255 or 24.03% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 217 (85.16% from 255 or 52.67% from 412); Max value from RGB is 217 - color contains mainly: blue. Hex color #6360D9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360D9 is #9C9F26. Grayscale: #6E6E6E. Windows color (decimal): -10264359 or 14245987. OLE color: 14245987.

HSL color Cylindrical-coordinate representation of color #6360D9: hue angle of 241.49º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6360D9 is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB9996217-
CMYK0.540.5600.15
HSL241.49º61.42%61.37%-
HSV(B)241.49º55.76%85.1%-
XYZ21.8516.0367.59-
YUV110.69187.99119.66-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.03%
GREEN value IS 96 (37.89% from 255) = 23.30%
BLUE value IS 217 (85.16% from 255) = 52.67%
R=24.03%
G=23.30%
B=52.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal99962170.540.5600.15241.4961.4261.37
Hex6360D936380Ff13d3d
Octal14314033166700173617575
Binary11000111100000110110011101101110000111111110001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6360D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6360D9; }

 p { color: rgb(99,96,217); }

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

<style>
 a { background-color: #6360D9; }

 a { background-color: rgb(99,96,217); }

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

<style>
 span { border-color: #6360D9; }

 span { border-color: rgb(99,96,217); }

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