#6360CE

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

Shades of Slate Blue #6360CE

Tints of Slate Blue #6360CE

Color information

#6360CE (or 0x6360CE) is unknown color: approx Slate Blue. HEX triplet: 63, 60 and CE. RGB value is (99,96,206). Sum of RGB (Red+Green+Blue) = 99+96+206=401 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.69% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #6360CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6360CE is #9C9F31. Grayscale: #6D6D6D. Windows color (decimal): -10264370 or 13525091. OLE color: 13525091.

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

Color convert

RGB9996206-
CMYK0.520.5300.19
HSL241.64º52.88%59.22%-
HSV(B)241.64º53.4%80.78%-
XYZ20.4715.4760.3-
YUV109.44182.49120.56-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.69%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 206 (80.86% from 255) = 51.37%
R=24.69%
G=23.94%
B=51.37%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal99962060.520.5300.19241.6452.8859.22
Hex6360CE3435013f2353b
Octal14314031664650233626573
Binary110001111000001100111011010011010101001111110010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6360CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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