Html Css Color HEX #61728D Waikawa Grey

📋 copy color: '#61728D'

red 97 ◦ green 114 ◦ blue 141

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

Shades of Waikawa Grey #61728D

Tints of Waikawa Grey #61728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.06%

R = 27.56%
G = 32.39%
B = 40.06%

CMYK

 C value IS 0.31

 M value IS 0.19

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61728D (or 0x61728D) is known color: Waikawa Grey. HEX triplet: 61, 72 and 8D. RGB value is (97,114,141). Sum of RGB (Red+Green+Blue) = 97+114+141=352 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.56% from 352); Green value is 114 (44.92% from 255 or 32.39% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 141 - color contains mainly: blue. Hex color #61728D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61728D is #9E8D72. Grayscale: #6F6F6F. Windows color (decimal): -10390899 or 9269857. OLE color: 9269857.

HSL color Cylindrical-coordinate representation of color #61728D: hue angle of 216.82º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61728D is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 114 141 -
CMYK 0.31 0.19 0 0.45
HSL 216.82º 0.18% 0.47% -
HSV(B) 216.82º 0.31% 0.55% -
XYZ 15.75 16.5 27.55 -
YUV 112 144.37 117.3 -
System Red Green Blue C M Y K H S L
Decimal 97 114 141 0.31 0.19 0 0.45 216.82 0.18 0.47
Hex 61 72 8D 1F 13 0 2D D9 12 2F
Octal 141 162 215 37 23 0 55 331 22 57
Binary 1100001 1110010 10001101 11111 10011 0 101101 11011001 10010 101111

Color Harmonies of #61728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61728D

Black with #61728D

Text Example


Text Example

White with #61728D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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