#60688A

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

Shades of Waikawa Grey #60688A

Tints of Waikawa Grey #60688A

Color information

#60688A (or 0x60688A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 68 and 8A. RGB value is (96,104,138). Sum of RGB (Red+Green+Blue) = 96+104+138=338 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.40% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 138 (54.30% from 255 or 40.83% from 338); Max value from RGB is 138 - color contains mainly: blue. Hex color #60688A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60688A is #9F9775. Grayscale: #696969. Windows color (decimal): -10458998 or 9070688. OLE color: 9070688.

HSL color Cylindrical-coordinate representation of color #60688A: hue angle of 228.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #60688A is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96104138-
CMYK0.300.2500.46
HSL228.57º17.95%45.88%-
HSV(B)228.57º30.43%54.12%-
XYZ14.3614.2226.03-
YUV105.48146.35121.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.40%
GREEN value IS 104 (41.02% from 255) = 30.77%
BLUE value IS 138 (54.30% from 255) = 40.83%
R=28.40%
G=30.77%
B=40.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961041380.300.2500.46228.5717.9545.88
Hex60688A1E1902Ee5122e
Octal14015021236310563452256
Binary1100000110100010001010111101100101011101110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60688A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60688A; }

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

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

<style>
 a { background-color: #60688A; }

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

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

<style>
 span { border-color: #60688A; }

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

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