#6360AA

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

Shades of Rich Blue #6360AA

Tints of Rich Blue #6360AA

Color information

#6360AA (or 0x6360AA) is unknown color: approx Rich Blue. HEX triplet: 63, 60 and AA. RGB value is (99,96,170). Sum of RGB (Red+Green+Blue) = 99+96+170=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #6360AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360AA is #9C9F55. Grayscale: #696969. Windows color (decimal): -10264406 or 11165795. OLE color: 11165795.

HSL color Cylindrical-coordinate representation of color #6360AA: hue angle of 242.43º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6360AA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9996170-
CMYK0.420.4400.33
HSL242.43º30.33%52.16%-
HSV(B)242.43º43.53%66.67%-
XYZ16.5813.9239.84-
YUV105.33164.49123.48-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 27.12%
GREEN value IS 96 (37.89% from 255) = 26.30%
BLUE value IS 170 (66.80% from 255) = 46.58%
R=27.12%
G=26.30%
B=46.58%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal99961700.420.4400.33242.4330.3352.16
Hex6360AA2A2C021f21e34
Octal14314025252540413623664
Binary110001111000001010101010101010110001000011111001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6360AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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