#6360AD

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

Shades of Rich Blue #6360AD

Tints of Rich Blue #6360AD

Color information

#6360AD (or 0x6360AD) is unknown color: approx Rich Blue. HEX triplet: 63, 60 and AD. RGB value is (99,96,173). Sum of RGB (Red+Green+Blue) = 99+96+173=368 (48% of max value = 765). Red value is 99 (39.06% from 255 or 26.90% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #6360AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6360AD is #9C9F52. Grayscale: #696969. Windows color (decimal): -10264403 or 11362403. OLE color: 11362403.

HSL color Cylindrical-coordinate representation of color #6360AD: hue angle of 242.34º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6360AD is Cyan = 0.43, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9996173-
CMYK0.430.4500.32
HSL242.34º31.95%52.75%-
HSV(B)242.34º44.51%67.84%-
XYZ16.8714.0441.36-
YUV105.68165.99123.24-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 26.90%
GREEN value IS 96 (37.89% from 255) = 26.09%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=26.90%
G=26.09%
B=47.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal99961730.430.4500.32242.3431.9552.75
Hex6360AD2B2D020f22035
Octal14314025553550403624065
Binary1100011110000010101101101011101101010000011110010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6360AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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