#60679C

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

Shades of Rich Blue #60679C

Tints of Rich Blue #60679C

Color information

#60679C (or 0x60679C) is unknown color: approx Rich Blue. HEX triplet: 60, 67 and 9C. RGB value is (96,103,156). Sum of RGB (Red+Green+Blue) = 96+103+156=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 156 (61.33% from 255 or 43.94% from 355); Max value from RGB is 156 - color contains mainly: blue. Hex color #60679C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60679C is #9F9863. Grayscale: #6A6A6A. Windows color (decimal): -10459236 or 10250080. OLE color: 10250080.

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

Color convert

RGB96103156-
CMYK0.380.3400.39
HSL233º23.81%49.41%-
HSV(B)233º38.46%61.18%-
XYZ15.6714.5933.44-
YUV106.95155.68120.19-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.04%
GREEN value IS 103 (40.62% from 255) = 29.01%
BLUE value IS 156 (61.33% from 255) = 43.94%
R=27.04%
G=29.01%
B=43.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal961031560.380.3400.3923323.8149.41
Hex60679C2622027e91831
Octal14014723446420473513061
Binary110000011001111001110010011010001001001111110100111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60679C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60679C; }

 p { color: rgb(96,103,156); }

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

<style>
 a { background-color: #60679C; }

 a { background-color: rgb(96,103,156); }

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

<style>
 span { border-color: #60679C; }

 span { border-color: rgb(96,103,156); }

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