#60738F

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

Shades of Waikawa Grey #60738F

Tints of Waikawa Grey #60738F

Color information

#60738F (or 0x60738F) is unknown color: approx Waikawa Grey. HEX triplet: 60, 73 and 8F. RGB value is (96,115,143). Sum of RGB (Red+Green+Blue) = 96+115+143=354 (46% of max value = 765). Red value is 96 (37.89% from 255 or 27.12% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 143 - color contains mainly: blue. Hex color #60738F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60738F is #9F8C70. Grayscale: #707070. Windows color (decimal): -10456177 or 9401184. OLE color: 9401184.

HSL color Cylindrical-coordinate representation of color #60738F: hue angle of 215.74º 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 #60738F is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB96115143-
CMYK0.330.2000.44
HSL215.74º19.67%46.86%-
HSV(B)215.74º32.87%56.08%-
XYZ15.9116.7328.38-
YUV112.51145.21116.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.12%
GREEN value IS 115 (45.31% from 255) = 32.49%
BLUE value IS 143 (56.25% from 255) = 40.40%
R=27.12%
G=32.49%
B=40.40%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal961151430.330.2000.44215.7419.6746.86
Hex60738F211402Cd8142f
Octal14016321741240543302457
Binary11000001110011100011111000011010001011001101100010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60738F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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