Html Css Color HEX #61728A Waikawa Grey

📋 copy color: '#61728A'

red 97 ◦ green 114 ◦ blue 138

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

Shades of Waikawa Grey #61728A

Tints of Waikawa Grey #61728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.54%

R = 27.79%
G = 32.66%
B = 39.54%

CMYK

 C value IS 0.30

 M value IS 0.17

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61728A (or 0x61728A) is known color: Waikawa Grey. HEX triplet: 61, 72 and 8A. RGB value is (97,114,138). Sum of RGB (Red+Green+Blue) = 97+114+138=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 138 - color contains mainly: blue. Hex color #61728A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61728A is #9E8D75. Grayscale: #6F6F6F. Windows color (decimal): -10390902 or 9073249. OLE color: 9073249.

HSL color Cylindrical-coordinate representation of color #61728A: hue angle of 215.12º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61728A is Cyan = 0.30, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 114 138 -
CMYK 0.30 0.17 0 0.46
HSL 215.12º 0.17% 0.46% -
HSV(B) 215.12º 0.3% 0.54% -
XYZ 15.53 16.41 26.39 -
YUV 111.65 142.87 117.55 -
System Red Green Blue C M Y K H S L
Decimal 97 114 138 0.30 0.17 0 0.46 215.12 0.17 0.46
Hex 61 72 8A 1E 11 0 2E D7 11 2E
Octal 141 162 212 36 21 0 56 327 21 56
Binary 1100001 1110010 10001010 11110 10001 0 101110 11010111 10001 101110

Color Harmonies of #61728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61728A

Black with #61728A

Text Example


Text Example

White with #61728A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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