Html Css Color HEX #61799D Waikawa Grey

📋 copy color: '#61799D'

red 97 ◦ green 121 ◦ blue 157

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

Shades of Waikawa Grey #61799D

Tints of Waikawa Grey #61799D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 32.27%

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

R = 25.87%
G = 32.27%
B = 41.87%

CMYK

 C value IS 0.38

 M value IS 0.23

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#61799D (or 0x61799D) is known color: Waikawa Grey. HEX triplet: 61, 79 and 9D. RGB value is (97,121,157). Sum of RGB (Red+Green+Blue) = 97+121+157=375 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.87% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 157 - color contains mainly: blue. Hex color #61799D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61799D is #9E8662. Grayscale: #757575. Windows color (decimal): -10389091 or 10320225. OLE color: 10320225.

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

Color convert

RGB 97 121 157 -
CMYK 0.38 0.23 0 0.38
HSL 216º 0.24% 0.5% -
HSV(B) 216º 0.38% 0.62% -
XYZ 17.85 18.65 34.56 -
YUV 117.93 150.05 113.07 -
System Red Green Blue C M Y K H S L
Decimal 97 121 157 0.38 0.23 0 0.38 216 0.24 0.5
Hex 61 79 9D 26 17 0 26 D8 18 32
Octal 141 171 235 46 27 0 46 330 30 62
Binary 1100001 1111001 10011101 100110 10111 0 100110 11011000 11000 110010

Color Harmonies of #61799D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61799D

Black with #61799D

Text Example


Text Example

White with #61799D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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