#60629F

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

Shades of Rich Blue #60629F

Tints of Rich Blue #60629F

Color information

#60629F (or 0x60629F) is unknown color: approx Rich Blue. HEX triplet: 60, 62 and 9F. RGB value is (96,98,159). Sum of RGB (Red+Green+Blue) = 96+98+159=353 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.20% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 159 (62.5% from 255 or 45.04% from 353); Max value from RGB is 159 - color contains mainly: blue. Hex color #60629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60629F is #9F9D60. Grayscale: #686868. Windows color (decimal): -10460513 or 10445408. OLE color: 10445408.

HSL color Cylindrical-coordinate representation of color #60629F: hue angle of 238.1º 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 #60629F is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB9698159-
CMYK0.400.3800.38
HSL238.1º24.71%50%-
HSV(B)238.1º39.62%62.35%-
XYZ15.4513.7334.64-
YUV104.36158.84122.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.20%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 159 (62.5% from 255) = 45.04%
R=27.20%
G=27.76%
B=45.04%

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
Decimal96981590.400.3800.38238.124.7150
Hex60629F2826026ee1932
Octal14014223750460463563162
Binary110000011000101001111110100010011001001101110111011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60629F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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