Html Css Color HEX #61739B Waikawa Grey

📋 copy color: '#61739B'

red 97 ◦ green 115 ◦ blue 155

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

Shades of Waikawa Grey #61739B

Tints of Waikawa Grey #61739B

RGB

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

 GREEN value IS 115 (45.31% from 255) = 31.34%

 BLUE value IS 155 (60.94% from 255) = 42.23%

R = 26.43%
G = 31.34%
B = 42.23%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61739B (or 0x61739B) is known color: Waikawa Grey. HEX triplet: 61, 73 and 9B. RGB value is (97,115,155). Sum of RGB (Red+Green+Blue) = 97+115+155=367 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.43% from 367); Green value is 115 (45.31% from 255 or 31.34% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #61739B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61739B is #9E8C64. Grayscale: #717171. Windows color (decimal): -10390629 or 10187617. OLE color: 10187617.

HSL color Cylindrical-coordinate representation of color #61739B: hue angle of 221.38º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #61739B is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 115 155 -
CMYK 0.37 0.26 0 0.39
HSL 221.38º 0.23% 0.49% -
HSV(B) 221.38º 0.37% 0.61% -
XYZ 16.98 17.17 33.43 -
YUV 114.18 151.04 115.75 -
System Red Green Blue C M Y K H S L
Decimal 97 115 155 0.37 0.26 0 0.39 221.38 0.23 0.49
Hex 61 73 9B 25 1A 0 27 DD 17 31
Octal 141 163 233 45 32 0 47 335 27 61
Binary 1100001 1110011 10011011 100101 11010 0 100111 11011101 10111 110001

Color Harmonies of #61739B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61739B

Black with #61739B

Text Example


Text Example

White with #61739B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61739B; }

 p { color: rgb(97,115,155); }

 H1.HeaderClassName
 {
   color: #61739B;
 }
 .AnyTagClassName
 {
   color: #61739B;
 }
</style>

background-color css

<style>
 a { background-color: #61739B; }

 a { background-color: rgb(97,115,155); }

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

border-color css

<style>
 span { border-color: #61739B; }

 span { border-color: rgb(97,115,155); }

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