#60708f

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

Shades of Waikawa Grey #60708F

Tints of Waikawa Grey #60708F

Color information

#60708F (or 0x60708F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 70 and 8F. RGB value is (96,112,143). Sum of RGB (Red+Green+Blue) = 96+112+143=351 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.35% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 143 - color contains mainly: blue. Hex color #60708F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60708F is #9F8F70. Grayscale: #6E6E6E. Windows color (decimal): -10456945 or 9400416. OLE color: 9400416.

HSL color Cylindrical-coordinate representation of color #60708F: hue angle of 219.57º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #60708F is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96112143-
CMYK0.330.2200.44
HSL219.57º19.67%46.86%-
HSV(B)219.57º32.87%56.08%-
XYZ15.5816.0628.27-
YUV110.75146.2117.48-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.35%
GREEN value IS 112 (44.14% from 255) = 31.91%
BLUE value IS 143 (56.25% from 255) = 40.74%
R=27.35%
G=31.91%
B=40.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961121430.330.2200.44219.5719.6746.86
Hex60708F211602Cdc142f
Octal14016021741260543342457
Binary11000001110000100011111000011011001011001101110010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60708f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60708f; }

 p { color: rgb(96,112,143); }

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

<style>
 a { background-color: #60708f; }

 a { background-color: rgb(96,112,143); }

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

<style>
 span { border-color: #60708f; }

 span { border-color: rgb(96,112,143); }

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