#60698A

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

Shades of Waikawa Grey #60698A

Tints of Waikawa Grey #60698A

Color information

#60698A (or 0x60698A) is unknown color: approx Waikawa Grey. HEX triplet: 60, 69 and 8A. RGB value is (96,105,138). Sum of RGB (Red+Green+Blue) = 96+105+138=339 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.32% from 339); Green value is 105 (41.41% from 255 or 30.97% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #60698A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60698A is #9F9675. Grayscale: #696969. Windows color (decimal): -10458742 or 9070944. OLE color: 9070944.

HSL color Cylindrical-coordinate representation of color #60698A: hue angle of 227.14º 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 #60698A is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB96105138-
CMYK0.300.2400.46
HSL227.14º17.95%45.88%-
HSV(B)227.14º30.43%54.12%-
XYZ14.4614.4226.07-
YUV106.07146.02120.82-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 28.32%
GREEN value IS 105 (41.41% from 255) = 30.97%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=28.32%
G=30.97%
B=40.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal961051380.300.2400.46227.1417.9545.88
Hex60698A1E1802Ee3122e
Octal14015121236300563432256
Binary1100000110100110001010111101100001011101110001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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