Html Css Color HEX #616A80 Waikawa Grey

📋 copy color: '#616A80'

red 97 ◦ green 106 ◦ blue 128

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

Shades of Waikawa Grey #616A80

Tints of Waikawa Grey #616A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 32.02%

 BLUE value IS 128 (50.39% from 255) = 38.67%

R = 29.31%
G = 32.02%
B = 38.67%

CMYK

 C value IS 0.24

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#616A80 (or 0x616A80) is known color: Waikawa Grey. HEX triplet: 61, 6A and 80. RGB value is (97,106,128). Sum of RGB (Red+Green+Blue) = 97+106+128=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 106 (41.80% from 255 or 32.02% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 128 - color contains mainly: blue. Hex color #616A80 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A80 is #9E957F. Grayscale: #696969. Windows color (decimal): -10392960 or 8415841. OLE color: 8415841.

HSL color Cylindrical-coordinate representation of color #616A80: hue angle of 222.58º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #616A80 is Cyan = 0.24, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 106 128 -
CMYK 0.24 0.17 0 0.50
HSL 222.58º 0.14% 0.44% -
HSV(B) 222.58º 0.24% 0.5% -
XYZ 13.98 14.41 22.47 -
YUV 105.82 140.52 121.71 -
System Red Green Blue C M Y K H S L
Decimal 97 106 128 0.24 0.17 0 0.50 222.58 0.14 0.44
Hex 61 6A 80 18 11 0 32 DF E 2C
Octal 141 152 200 30 21 0 62 337 16 54
Binary 1100001 1101010 10000000 11000 10001 0 110010 11011111 1110 101100

Color Harmonies of #616A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A80

Black with #616A80

Text Example


Text Example

White with #616A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616A80; }

 p { color: rgb(97,106,128); }

 H1.HeaderClassName
 {
   color: #616A80;
 }
 .AnyTagClassName
 {
   color: #616A80;
 }
</style>

background-color css

<style>
 a { background-color: #616A80; }

 a { background-color: rgb(97,106,128); }

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

border-color css

<style>
 span { border-color: #616A80; }

 span { border-color: rgb(97,106,128); }

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