Html Css Color HEX #61728B Waikawa Grey

📋 copy color: '#61728B'

red 97 ◦ green 114 ◦ blue 139

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

Shades of Waikawa Grey #61728B

Tints of Waikawa Grey #61728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 39.71%

R = 27.71%
G = 32.57%
B = 39.71%

CMYK

 C value IS 0.30

 M value IS 0.18

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61728B (or 0x61728B) is known color: Waikawa Grey. HEX triplet: 61, 72 and 8B. RGB value is (97,114,139). Sum of RGB (Red+Green+Blue) = 97+114+139=350 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.71% from 350); Green value is 114 (44.92% from 255 or 32.57% from 350); Blue value is 139 (54.69% from 255 or 39.71% from 350); Max value from RGB is 139 - color contains mainly: blue. Hex color #61728B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61728B is #9E8D74. Grayscale: #6F6F6F. Windows color (decimal): -10390901 or 9138785. OLE color: 9138785.

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

Color convert

RGB 97 114 139 -
CMYK 0.30 0.18 0 0.45
HSL 215.71º 0.18% 0.46% -
HSV(B) 215.71º 0.3% 0.55% -
XYZ 15.61 16.44 26.78 -
YUV 111.77 143.37 117.47 -
System Red Green Blue C M Y K H S L
Decimal 97 114 139 0.30 0.18 0 0.45 215.71 0.18 0.46
Hex 61 72 8B 1E 12 0 2D D8 12 2E
Octal 141 162 213 36 22 0 55 330 22 56
Binary 1100001 1110010 10001011 11110 10010 0 101101 11011000 10010 101110

Color Harmonies of #61728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61728B

Black with #61728B

Text Example


Text Example

White with #61728B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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