#60669E

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

Shades of Rich Blue #60669E

Tints of Rich Blue #60669E

Color information

#60669E (or 0x60669E) is unknown color: approx Rich Blue. HEX triplet: 60, 66 and 9E. RGB value is (96,102,158). Sum of RGB (Red+Green+Blue) = 96+102+158=356 (47% of max value = 765). Red value is 96 (37.89% from 255 or 26.97% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 158 (62.11% from 255 or 44.38% from 356); Max value from RGB is 158 - color contains mainly: blue. Hex color #60669E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60669E is #9F9961. Grayscale: #6A6A6A. Windows color (decimal): -10459490 or 10380896. OLE color: 10380896.

HSL color Cylindrical-coordinate representation of color #60669E: hue angle of 234.19º 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 #60669E is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB96102158-
CMYK0.390.3500.38
HSL234.19º24.41%49.8%-
HSV(B)234.19º39.24%61.96%-
XYZ15.7514.4634.31-
YUV106.59157.01120.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.97%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 158 (62.11% from 255) = 44.38%
R=26.97%
G=28.65%
B=44.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961021580.390.3500.38234.1924.4149.8
Hex60669E2723026ea1832
Octal14014623647430463523062
Binary110000011001101001111010011110001101001101110101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60669E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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