Html Css Color HEX #61687F Waikawa Grey

📋 copy color: '#61687F'

red 97 ◦ green 104 ◦ blue 127

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

Shades of Waikawa Grey #61687F

Tints of Waikawa Grey #61687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 38.72%

R = 29.57%
G = 31.71%
B = 38.72%

CMYK

 C value IS 0.24

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#61687F (or 0x61687F) is known color: Waikawa Grey. HEX triplet: 61, 68 and 7F. RGB value is (97,104,127). Sum of RGB (Red+Green+Blue) = 97+104+127=328 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.57% from 328); Green value is 104 (41.02% from 255 or 31.71% from 328); Blue value is 127 (50% from 255 or 38.72% from 328); Max value from RGB is 127 - color contains mainly: blue. Hex color #61687F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61687F is #9E9780. Grayscale: #686868. Windows color (decimal): -10393473 or 8349793. OLE color: 8349793.

HSL color Cylindrical-coordinate representation of color #61687F: hue angle of 226º degrees, saturation: 0.13, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #61687F is Cyan = 0.24, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 104 127 -
CMYK 0.24 0.18 0 0.50
HSL 226º 0.13% 0.44% -
HSV(B) 226º 0.24% 0.5% -
XYZ 13.71 13.97 22.05 -
YUV 104.53 140.68 122.63 -
System Red Green Blue C M Y K H S L
Decimal 97 104 127 0.24 0.18 0 0.50 226 0.13 0.44
Hex 61 68 7F 18 12 0 32 E2 D 2C
Octal 141 150 177 30 22 0 62 342 15 54
Binary 1100001 1101000 1111111 11000 10010 0 110010 11100010 1101 101100

Color Harmonies of #61687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61687F

Black with #61687F

Text Example


Text Example

White with #61687F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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