Html Css Color HEX #60729D Waikawa Grey

📋 copy color: '#60729D'

red 96 ◦ green 114 ◦ blue 157

#60729D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Waikawa Grey #60729D

Tints of Waikawa Grey #60729D

RGB

 RED value IS 96 (37.89% from 255) = 26.16%

 GREEN value IS 114 (44.92% from 255) = 31.06%

 BLUE value IS 157 (61.72% from 255) = 42.78%

R = 26.16%
G = 31.06%
B = 42.78%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60729D (or 0x60729D) is known color: Waikawa Grey. HEX triplet: 60, 72 and 9D. RGB value is (96,114,157). Sum of RGB (Red+Green+Blue) = 96+114+157=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #60729D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60729D is #9F8D62. Grayscale: #717171. Windows color (decimal): -10456419 or 10318432. OLE color: 10318432.

HSL color Cylindrical-coordinate representation of color #60729D: hue angle of 222.3º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60729D is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 114 157 -
CMYK 0.39 0.27 0 0.38
HSL 222.3º 0.24% 0.5% -
HSV(B) 222.3º 0.39% 0.62% -
XYZ 16.93 16.96 34.28 -
YUV 113.52 152.54 115.5 -
System Red Green Blue C M Y K H S L
Decimal 96 114 157 0.39 0.27 0 0.38 222.3 0.24 0.5
Hex 60 72 9D 27 1B 0 26 DE 18 32
Octal 140 162 235 47 33 0 46 336 30 62
Binary 1100000 1110010 10011101 100111 11011 0 100110 11011110 11000 110010

Color Harmonies of #60729D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60729D

Black with #60729D

Text Example


Text Example

White with #60729D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,114,157); }

 H1.HeaderClassName
 {
   color: #60729D;
 }
 .AnyTagClassName
 {
   color: #60729D;
 }
</style>

background-color css

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

 a { background-color: rgb(96,114,157); }

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

border-color css

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

 span { border-color: rgb(96,114,157); }

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