#60689E

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

Shades of Rich Blue #60689E

Tints of Rich Blue #60689E

Color information

#60689E (or 0x60689E) is unknown color: approx Rich Blue. HEX triplet: 60, 68 and 9E. RGB value is (96,104,158). Sum of RGB (Red+Green+Blue) = 96+104+158=358 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.82% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #60689E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60689E is #9F9761. Grayscale: #6B6B6B. Windows color (decimal): -10458978 or 10381408. OLE color: 10381408.

HSL color Cylindrical-coordinate representation of color #60689E: hue angle of 232.26º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60689E is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96104158-
CMYK0.390.3400.38
HSL232.26º24.41%49.8%-
HSV(B)232.26º39.24%61.96%-
XYZ15.9514.8634.37-
YUV107.76156.35119.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.82%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=26.82%
G=29.05%
B=44.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961041580.390.3400.38232.2624.4149.8
Hex60689E2722026e81832
Octal14015023647420463503062
Binary110000011010001001111010011110001001001101110100011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60689E; }

 p { color: rgb(96,104,158); }

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

<style>
 a { background-color: #60689E; }

 a { background-color: rgb(96,104,158); }

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

<style>
 span { border-color: #60689E; }

 span { border-color: rgb(96,104,158); }

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