Html Css Color HEX #61729A Waikawa Grey

📋 copy color: '#61729A'

red 97 ◦ green 114 ◦ blue 154

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

Shades of Waikawa Grey #61729A

Tints of Waikawa Grey #61729A

RGB

 RED value IS 97 (38.28% from 255) = 26.58%

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

 BLUE value IS 154 (60.55% from 255) = 42.19%

R = 26.58%
G = 31.23%
B = 42.19%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#61729A (or 0x61729A) is known color: Waikawa Grey. HEX triplet: 61, 72 and 9A. RGB value is (97,114,154). Sum of RGB (Red+Green+Blue) = 97+114+154=365 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.58% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 154 (60.55% from 255 or 42.19% from 365); Max value from RGB is 154 - color contains mainly: blue. Hex color #61729A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61729A is #9E8D65. Grayscale: #717171. Windows color (decimal): -10390886 or 10121825. OLE color: 10121825.

HSL color Cylindrical-coordinate representation of color #61729A: hue angle of 222.11º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61729A is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 114 154 -
CMYK 0.37 0.26 0 0.40
HSL 222.11º 0.23% 0.49% -
HSV(B) 222.11º 0.37% 0.6% -
XYZ 16.78 16.91 32.95 -
YUV 113.48 150.87 116.25 -
System Red Green Blue C M Y K H S L
Decimal 97 114 154 0.37 0.26 0 0.40 222.11 0.23 0.49
Hex 61 72 9A 25 1A 0 28 DE 17 31
Octal 141 162 232 45 32 0 50 336 27 61
Binary 1100001 1110010 10011010 100101 11010 0 101000 11011110 10111 110001

Color Harmonies of #61729A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61729A

Black with #61729A

Text Example


Text Example

White with #61729A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61729A; }

 p { color: rgb(97,114,154); }

 H1.HeaderClassName
 {
   color: #61729A;
 }
 .AnyTagClassName
 {
   color: #61729A;
 }
</style>

background-color css

<style>
 a { background-color: #61729A; }

 a { background-color: rgb(97,114,154); }

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

border-color css

<style>
 span { border-color: #61729A; }

 span { border-color: rgb(97,114,154); }

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