Html Css Color HEX #61708E Waikawa Grey

📋 copy color: '#61708E'

red 97 ◦ green 112 ◦ blue 142

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

Shades of Waikawa Grey #61708E

Tints of Waikawa Grey #61708E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 40.46%

R = 27.64%
G = 31.91%
B = 40.46%

CMYK

 C value IS 0.32

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#61708E (or 0x61708E) is known color: Waikawa Grey. HEX triplet: 61, 70 and 8E. RGB value is (97,112,142). Sum of RGB (Red+Green+Blue) = 97+112+142=351 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.64% from 351); Green value is 112 (44.14% from 255 or 31.91% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #61708E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61708E is #9E8F71. Grayscale: #6E6E6E. Windows color (decimal): -10391410 or 9334881. OLE color: 9334881.

HSL color Cylindrical-coordinate representation of color #61708E: hue angle of 220º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61708E is Cyan = 0.32, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 112 142 -
CMYK 0.32 0.21 0 0.44
HSL 220º 0.19% 0.47% -
HSV(B) 220º 0.32% 0.56% -
XYZ 15.61 16.08 27.87 -
YUV 110.94 145.53 118.06 -
System Red Green Blue C M Y K H S L
Decimal 97 112 142 0.32 0.21 0 0.44 220 0.19 0.47
Hex 61 70 8E 20 15 0 2C DC 13 2F
Octal 141 160 216 40 25 0 54 334 23 57
Binary 1100001 1110000 10001110 100000 10101 0 101100 11011100 10011 101111

Color Harmonies of #61708E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61708E

Black with #61708E

Text Example


Text Example

White with #61708E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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