Html Css Color HEX #61708A Waikawa Grey

📋 copy color: '#61708A'

red 97 ◦ green 112 ◦ blue 138

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

Shades of Waikawa Grey #61708A

Tints of Waikawa Grey #61708A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.77%

R = 27.95%
G = 32.28%
B = 39.77%

CMYK

 C value IS 0.30

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#61708A (or 0x61708A) is known color: Waikawa Grey. HEX triplet: 61, 70 and 8A. RGB value is (97,112,138). Sum of RGB (Red+Green+Blue) = 97+112+138=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 112 (44.14% from 255 or 32.28% from 347); Blue value is 138 (54.30% from 255 or 39.77% from 347); Max value from RGB is 138 - color contains mainly: blue. Hex color #61708A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #61708A is #9E8F75. Grayscale: #6E6E6E. Windows color (decimal): -10391414 or 9072737. OLE color: 9072737.

HSL color Cylindrical-coordinate representation of color #61708A: hue angle of 218.05º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #61708A is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 97 112 138 -
CMYK 0.30 0.19 0 0.46
HSL 218.05º 0.17% 0.46% -
HSV(B) 218.05º 0.3% 0.54% -
XYZ 15.31 15.96 26.32 -
YUV 110.48 143.53 118.39 -
System Red Green Blue C M Y K H S L
Decimal 97 112 138 0.30 0.19 0 0.46 218.05 0.17 0.46
Hex 61 70 8A 1E 13 0 2E DA 11 2E
Octal 141 160 212 36 23 0 56 332 21 56
Binary 1100001 1110000 10001010 11110 10011 0 101110 11011010 10001 101110

Color Harmonies of #61708A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61708A

Black with #61708A

Text Example


Text Example

White with #61708A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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