Html Css Color HEX #61709B Waikawa Grey

📋 copy color: '#61709B'

red 97 ◦ green 112 ◦ blue 155

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

Shades of Waikawa Grey #61709B

Tints of Waikawa Grey #61709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 30.77%

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

R = 26.65%
G = 30.77%
B = 42.58%

CMYK

 C value IS 0.37

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#61709B (or 0x61709B) is known color: Waikawa Grey. HEX triplet: 61, 70 and 9B. RGB value is (97,112,155). Sum of RGB (Red+Green+Blue) = 97+112+155=364 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.65% from 364); Green value is 112 (44.14% from 255 or 30.77% from 364); Blue value is 155 (60.94% from 255 or 42.58% from 364); Max value from RGB is 155 - color contains mainly: blue. Hex color #61709B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61709B is #9E8F64. Grayscale: #707070. Windows color (decimal): -10391397 or 10186849. OLE color: 10186849.

HSL color Cylindrical-coordinate representation of color #61709B: hue angle of 224.48º 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 #61709B is Cyan = 0.37, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 112 155 -
CMYK 0.37 0.28 0 0.39
HSL 224.48º 0.23% 0.49% -
HSV(B) 224.48º 0.37% 0.61% -
XYZ 16.64 16.5 33.32 -
YUV 112.42 152.03 117 -
System Red Green Blue C M Y K H S L
Decimal 97 112 155 0.37 0.28 0 0.39 224.48 0.23 0.49
Hex 61 70 9B 25 1C 0 27 E0 17 31
Octal 141 160 233 45 34 0 47 340 27 61
Binary 1100001 1110000 10011011 100101 11100 0 100111 11100000 10111 110001

Color Harmonies of #61709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61709B

Black with #61709B

Text Example


Text Example

White with #61709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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