Html Css Color HEX #61687E Waikawa Grey

📋 copy color: '#61687E'

red 97 ◦ green 104 ◦ blue 126

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

Shades of Waikawa Grey #61687E

Tints of Waikawa Grey #61687E

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.8%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 29.66%
G = 31.8%
B = 38.53%

CMYK

 C value IS 0.23

 M value IS 0.17

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#61687E (or 0x61687E) is known color: Waikawa Grey. HEX triplet: 61, 68 and 7E. RGB value is (97,104,126). Sum of RGB (Red+Green+Blue) = 97+104+126=327 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.66% from 327); Green value is 104 (41.02% from 255 or 31.80% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 126 - color contains mainly: blue. Hex color #61687E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687E is #9E9781. Grayscale: #686868. Windows color (decimal): -10393474 or 8284257. OLE color: 8284257.

HSL color Cylindrical-coordinate representation of color #61687E: hue angle of 225.52º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61687E is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 97 104 126 -
CMYK 0.23 0.17 0 0.51
HSL 225.52º 0.13% 0.44% -
HSV(B) 225.52º 0.23% 0.49% -
XYZ 13.65 13.95 21.71 -
YUV 104.42 140.18 122.71 -
System Red Green Blue C M Y K H S L
Decimal 97 104 126 0.23 0.17 0 0.51 225.52 0.13 0.44
Hex 61 68 7E 17 11 0 33 E2 D 2C
Octal 141 150 176 27 21 0 63 342 15 54
Binary 1100001 1101000 1111110 10111 10001 0 110011 11100010 1101 101100

Color Harmonies of #61687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61687E

Black with #61687E

Text Example


Text Example

White with #61687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,104,126); }

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

background-color css

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

 a { background-color: rgb(97,104,126); }

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

border-color css

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

 span { border-color: rgb(97,104,126); }

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