Html Css Color HEX #60729F Waikawa Grey

📋 copy color: '#60729F'

red 96 ◦ green 114 ◦ blue 159

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

Shades of Waikawa Grey #60729F

Tints of Waikawa Grey #60729F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 43.09%

R = 26.02%
G = 30.89%
B = 43.09%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60729F (or 0x60729F) is known color: Waikawa Grey. HEX triplet: 60, 72 and 9F. RGB value is (96,114,159). Sum of RGB (Red+Green+Blue) = 96+114+159=369 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.02% from 369); Green value is 114 (44.92% from 255 or 30.89% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #60729F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #60729F is #9F8D60. Grayscale: #717171. Windows color (decimal): -10456417 or 10449504. OLE color: 10449504.

HSL color Cylindrical-coordinate representation of color #60729F: hue angle of 222.86º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60729F is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 114 159 -
CMYK 0.40 0.28 0 0.38
HSL 222.86º 0.25% 0.5% -
HSV(B) 222.86º 0.4% 0.62% -
XYZ 17.1 17.02 35.19 -
YUV 113.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 96 114 159 0.40 0.28 0 0.38 222.86 0.25 0.5
Hex 60 72 9F 28 1C 0 26 DF 19 32
Octal 140 162 237 50 34 0 46 337 31 62
Binary 1100000 1110010 10011111 101000 11100 0 100110 11011111 11001 110010

Color Harmonies of #60729F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60729F

Black with #60729F

Text Example


Text Example

White with #60729F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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