#60687E

Color #60687E Waikawa Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Waikawa Grey #60687E

Tints of Waikawa Grey #60687E

Color information

#60687E (or 0x60687E) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 7E. RGB value is (96,104,126). Sum of RGB (Red+Green+Blue) = 96+104+126=326 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.45% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 126 (49.61% from 255 or 38.65% from 326); Max value from RGB is 126 - color contains mainly: blue. Hex color #60687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60687E is #9F9781. Grayscale: #686868. Windows color (decimal): -10459010 or 8284256. OLE color: 8284256.

HSL color Cylindrical-coordinate representation of color #60687E: hue angle of 224º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #60687E is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB96104126-
CMYK0.240.1700.51
HSL224º13.51%43.53%-
HSV(B)224º23.81%49.41%-
XYZ13.5413.8921.71-
YUV104.12140.35122.21-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.45%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 126 (49.61% from 255) = 38.65%
R=29.45%
G=31.90%
B=38.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal961041260.240.1700.5122413.5143.53
Hex60687E1811033e0e2c
Octal14015017630210633401654
Binary11000001101000111111011000100010110011111000001110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60687E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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