Html Css Color HEX #61769D Waikawa Grey

📋 copy color: '#61769D'

red 97 ◦ green 118 ◦ blue 157

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

Shades of Waikawa Grey #61769D

Tints of Waikawa Grey #61769D

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.72%

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

R = 26.08%
G = 31.72%
B = 42.2%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61769D (or 0x61769D) is known color: Waikawa Grey. HEX triplet: 61, 76 and 9D. RGB value is (97,118,157). Sum of RGB (Red+Green+Blue) = 97+118+157=372 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.08% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #61769D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61769D is #9E8962. Grayscale: #737373. Windows color (decimal): -10389859 or 10319457. OLE color: 10319457.

HSL color Cylindrical-coordinate representation of color #61769D: hue angle of 219º 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 #61769D is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 118 157 -
CMYK 0.38 0.25 0 0.38
HSL 219º 0.24% 0.5% -
HSV(B) 219º 0.38% 0.62% -
XYZ 17.49 17.93 34.44 -
YUV 116.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 97 118 157 0.38 0.25 0 0.38 219 0.24 0.5
Hex 61 76 9D 26 19 0 26 DB 18 32
Octal 141 166 235 46 31 0 46 333 30 62
Binary 1100001 1110110 10011101 100110 11001 0 100110 11011011 11000 110010

Color Harmonies of #61769D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61769D

Black with #61769D

Text Example


Text Example

White with #61769D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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