Html Css Color HEX #60729B Waikawa Grey

📋 copy color: '#60729B'

red 96 ◦ green 114 ◦ blue 155

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

Shades of Waikawa Grey #60729B

Tints of Waikawa Grey #60729B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.47%

R = 26.3%
G = 31.23%
B = 42.47%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60729B (or 0x60729B) is known color: Waikawa Grey. HEX triplet: 60, 72 and 9B. RGB value is (96,114,155). Sum of RGB (Red+Green+Blue) = 96+114+155=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #60729B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60729B is #9F8D64. Grayscale: #717171. Windows color (decimal): -10456421 or 10187360. OLE color: 10187360.

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

Color convert

RGB 96 114 155 -
CMYK 0.38 0.26 0 0.39
HSL 221.69º 0.24% 0.49% -
HSV(B) 221.69º 0.38% 0.61% -
XYZ 16.76 16.89 33.39 -
YUV 113.29 151.54 115.67 -
System Red Green Blue C M Y K H S L
Decimal 96 114 155 0.38 0.26 0 0.39 221.69 0.24 0.49
Hex 60 72 9B 26 1A 0 27 DE 18 31
Octal 140 162 233 46 32 0 47 336 30 61
Binary 1100000 1110010 10011011 100110 11010 0 100111 11011110 11000 110001

Color Harmonies of #60729B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60729B

Black with #60729B

Text Example


Text Example

White with #60729B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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