Html Css Color HEX #61779D Waikawa Grey

📋 copy color: '#61779D'

red 97 ◦ green 119 ◦ blue 157

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

Shades of Waikawa Grey #61779D

Tints of Waikawa Grey #61779D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.9%

 BLUE value IS 157 (61.72% from 255) = 42.09%

R = 26.01%
G = 31.9%
B = 42.09%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61779D (or 0x61779D) is known color: Waikawa Grey. HEX triplet: 61, 77 and 9D. RGB value is (97,119,157). Sum of RGB (Red+Green+Blue) = 97+119+157=373 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.01% from 373); Green value is 119 (46.88% from 255 or 31.90% from 373); Blue value is 157 (61.72% from 255 or 42.09% from 373); Max value from RGB is 157 - color contains mainly: blue. Hex color #61779D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61779D is #9E8862. Grayscale: #747474. Windows color (decimal): -10389603 or 10319713. OLE color: 10319713.

HSL color Cylindrical-coordinate representation of color #61779D: hue angle of 218º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61779D is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 119 157 -
CMYK 0.38 0.24 0 0.38
HSL 218º 0.24% 0.5% -
HSV(B) 218º 0.38% 0.62% -
XYZ 17.61 18.17 34.48 -
YUV 116.75 150.71 113.91 -
System Red Green Blue C M Y K H S L
Decimal 97 119 157 0.38 0.24 0 0.38 218 0.24 0.5
Hex 61 77 9D 26 18 0 26 DA 18 32
Octal 141 167 235 46 30 0 46 332 30 62
Binary 1100001 1110111 10011101 100110 11000 0 100110 11011010 11000 110010

Color Harmonies of #61779D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61779D

Black with #61779D

Text Example


Text Example

White with #61779D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,119,157); }

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

background-color css

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

 a { background-color: rgb(97,119,157); }

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

border-color css

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

 span { border-color: rgb(97,119,157); }

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