Html Css Color HEX #61728E Waikawa Grey

📋 copy color: '#61728E'

red 97 ◦ green 114 ◦ blue 142

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

Shades of Waikawa Grey #61728E

Tints of Waikawa Grey #61728E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.23%

R = 27.48%
G = 32.29%
B = 40.23%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61728E (or 0x61728E) is known color: Waikawa Grey. HEX triplet: 61, 72 and 8E. RGB value is (97,114,142). Sum of RGB (Red+Green+Blue) = 97+114+142=353 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.48% from 353); Green value is 114 (44.92% from 255 or 32.29% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #61728E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61728E is #9E8D71. Grayscale: #6F6F6F. Windows color (decimal): -10390898 or 9335393. OLE color: 9335393.

HSL color Cylindrical-coordinate representation of color #61728E: hue angle of 217.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61728E is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 114 142 -
CMYK 0.32 0.20 0 0.44
HSL 217.33º 0.19% 0.47% -
HSV(B) 217.33º 0.32% 0.56% -
XYZ 15.83 16.53 27.95 -
YUV 112.11 144.87 117.22 -
System Red Green Blue C M Y K H S L
Decimal 97 114 142 0.32 0.20 0 0.44 217.33 0.19 0.47
Hex 61 72 8E 20 14 0 2C D9 13 2F
Octal 141 162 216 40 24 0 54 331 23 57
Binary 1100001 1110010 10001110 100000 10100 0 101100 11011001 10011 101111

Color Harmonies of #61728E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61728E

Black with #61728E

Text Example


Text Example

White with #61728E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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