#60639F

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

Shades of Rich Blue #60639F

Tints of Rich Blue #60639F

Color information

#60639F (or 0x60639F) is unknown color: approx Rich Blue. HEX triplet: 60, 63 and 9F. RGB value is (96,99,159). Sum of RGB (Red+Green+Blue) = 96+99+159=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 99 (39.06% from 255 or 27.97% from 354); Blue value is 159 (62.5% from 255 or 44.92% from 354); Max value from RGB is 159 - color contains mainly: blue. Hex color #60639F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60639F is #9F9C60. Grayscale: #686868. Windows color (decimal): -10460257 or 10445664. OLE color: 10445664.

HSL color Cylindrical-coordinate representation of color #60639F: hue angle of 237.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60639F is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9699159-
CMYK0.400.3800.38
HSL237.14º24.71%50%-
HSV(B)237.14º39.62%62.35%-
XYZ15.5413.9134.67-
YUV104.94158.51121.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 99 (39.06% from 255) = 27.97%
BLUE value IS 159 (62.5% from 255) = 44.92%
R=27.12%
G=27.97%
B=44.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal96991590.400.3800.38237.1424.7150
Hex60639F2826026ed1932
Octal14014323750460463553162
Binary110000011000111001111110100010011001001101110110111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60639F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60639F; }

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

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

<style>
 a { background-color: #60639F; }

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

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

<style>
 span { border-color: #60639F; }

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

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