#6360cc

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

Shades of Slate Blue #6360CC

Tints of Slate Blue #6360CC

Color information

#6360CC (or 0x6360CC) is unknown color: approx Slate Blue. HEX triplet: 63, 60 and CC. RGB value is (99,96,204). Sum of RGB (Red+Green+Blue) = 99+96+204=399 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.81% from 399); Green value is 96 (37.89% from 255 or 24.06% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #6360CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360CC is #9C9F33. Grayscale: #6C6C6C. Windows color (decimal): -10264372 or 13394019. OLE color: 13394019.

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

Color convert

RGB9996204-
CMYK0.510.5300.2
HSL241.67º51.43%58.82%-
HSV(B)241.67º52.94%80%-
XYZ20.2315.3859.03-
YUV109.21181.49120.72-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.81%
GREEN value IS 96 (37.89% from 255) = 24.06%
BLUE value IS 204 (80.08% from 255) = 51.13%
R=24.81%
G=24.06%
B=51.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal99962040.510.5300.2241.6751.4358.82
Hex6360CC3335014f2333b
Octal14314031463650243626373
Binary110001111000001100110011001111010101010011110010110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6360cc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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