Html Css Color HEX #61779C Waikawa Grey

📋 copy color: '#61779C'

red 97 ◦ green 119 ◦ blue 156

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

Shades of Waikawa Grey #61779C

Tints of Waikawa Grey #61779C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.94%

R = 26.08%
G = 31.99%
B = 41.94%

CMYK

 C value IS 0.38

 M value IS 0.24

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61779C (or 0x61779C) is known color: Waikawa Grey. HEX triplet: 61, 77 and 9C. RGB value is (97,119,156). Sum of RGB (Red+Green+Blue) = 97+119+156=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 119 (46.88% from 255 or 31.99% from 372); Blue value is 156 (61.33% from 255 or 41.94% from 372); Max value from RGB is 156 - color contains mainly: blue. Hex color #61779C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61779C is #9E8863. Grayscale: #747474. Windows color (decimal): -10389604 or 10254177. OLE color: 10254177.

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

Color convert

RGB 97 119 156 -
CMYK 0.38 0.24 0 0.39
HSL 217.63º 0.23% 0.5% -
HSV(B) 217.63º 0.38% 0.61% -
XYZ 17.53 18.14 34.03 -
YUV 116.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 97 119 156 0.38 0.24 0 0.39 217.63 0.23 0.5
Hex 61 77 9C 26 18 0 27 DA 17 32
Octal 141 167 234 46 30 0 47 332 27 62
Binary 1100001 1110111 10011100 100110 11000 0 100111 11011010 10111 110010

Color Harmonies of #61779C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61779C

Black with #61779C

Text Example


Text Example

White with #61779C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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