Html Css Color HEX #61708C Waikawa Grey

📋 copy color: '#61708C'

red 97 ◦ green 112 ◦ blue 140

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

Shades of Waikawa Grey #61708C

Tints of Waikawa Grey #61708C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.11%

R = 27.79%
G = 32.09%
B = 40.11%

CMYK

 C value IS 0.31

 M value IS 0.20

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#61708C (or 0x61708C) is known color: Waikawa Grey. HEX triplet: 61, 70 and 8C. RGB value is (97,112,140). Sum of RGB (Red+Green+Blue) = 97+112+140=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 112 (44.14% from 255 or 32.09% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 140 - color contains mainly: blue. Hex color #61708C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61708C is #9E8F73. Grayscale: #6E6E6E. Windows color (decimal): -10391412 or 9203809. OLE color: 9203809.

HSL color Cylindrical-coordinate representation of color #61708C: hue angle of 219.07º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #61708C is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 112 140 -
CMYK 0.31 0.20 0 0.45
HSL 219.07º 0.18% 0.46% -
HSV(B) 219.07º 0.31% 0.55% -
XYZ 15.46 16.02 27.09 -
YUV 110.71 144.53 118.22 -
System Red Green Blue C M Y K H S L
Decimal 97 112 140 0.31 0.20 0 0.45 219.07 0.18 0.46
Hex 61 70 8C 1F 14 0 2D DB 12 2E
Octal 141 160 214 37 24 0 55 333 22 56
Binary 1100001 1110000 10001100 11111 10100 0 101101 11011011 10010 101110

Color Harmonies of #61708C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61708C

Black with #61708C

Text Example


Text Example

White with #61708C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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