#60738D

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

Shades of Waikawa Grey #60738D

Tints of Waikawa Grey #60738D

Color information

#60738D (or 0x60738D) is unknown color: approx Waikawa Grey. HEX triplet: 60, 73 and 8D. RGB value is (96,115,141). Sum of RGB (Red+Green+Blue) = 96+115+141=352 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.27% from 352); Green value is 115 (45.31% from 255 or 32.67% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #60738D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60738D is #9F8C72. Grayscale: #707070. Windows color (decimal): -10456179 or 9270112. OLE color: 9270112.

HSL color Cylindrical-coordinate representation of color #60738D: hue angle of 214.67º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #60738D is Cyan = 0.32, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB96115141-
CMYK0.320.1800.45
HSL214.67º18.99%46.47%-
HSV(B)214.67º31.91%55.29%-
XYZ15.7616.6727.59-
YUV112.28144.21116.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.27%
GREEN value IS 115 (45.31% from 255) = 32.67%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=27.27%
G=32.67%
B=40.06%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal961151410.320.1800.45214.6718.9946.47
Hex60738D201202Dd7132e
Octal14016321540220553272356
Binary11000001110011100011011000001001001011011101011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60738D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60738D; }

 p { color: rgb(96,115,141); }

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

<style>
 a { background-color: #60738D; }

 a { background-color: rgb(96,115,141); }

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

<style>
 span { border-color: #60738D; }

 span { border-color: rgb(96,115,141); }

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