Html Css Color HEX #616987 Waikawa Grey

📋 copy color: '#616987'

red 97 ◦ green 105 ◦ blue 135

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

Shades of Waikawa Grey #616987

Tints of Waikawa Grey #616987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.16%

 BLUE value IS 135 (53.13% from 255) = 40.06%

R = 28.78%
G = 31.16%
B = 40.06%

CMYK

 C value IS 0.28

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616987 (or 0x616987) is known color: Waikawa Grey. HEX triplet: 61, 69 and 87. RGB value is (97,105,135). Sum of RGB (Red+Green+Blue) = 97+105+135=337 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.78% from 337); Green value is 105 (41.41% from 255 or 31.16% from 337); Blue value is 135 (53.12% from 255 or 40.06% from 337); Max value from RGB is 135 - color contains mainly: blue. Hex color #616987 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616987 is #9E9678. Grayscale: #696969. Windows color (decimal): -10393209 or 8874337. OLE color: 8874337.

HSL color Cylindrical-coordinate representation of color #616987: hue angle of 227.37º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #616987 is Cyan = 0.28, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 105 135 -
CMYK 0.28 0.22 0 0.47
HSL 227.37º 0.16% 0.45% -
HSV(B) 227.37º 0.28% 0.53% -
XYZ 14.35 14.39 24.94 -
YUV 106.03 144.35 121.56 -
System Red Green Blue C M Y K H S L
Decimal 97 105 135 0.28 0.22 0 0.47 227.37 0.16 0.45
Hex 61 69 87 1C 16 0 2F E3 10 2D
Octal 141 151 207 34 26 0 57 343 20 55
Binary 1100001 1101001 10000111 11100 10110 0 101111 11100011 10000 101101

Color Harmonies of #616987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616987

Black with #616987

Text Example


Text Example

White with #616987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616987; }

 p { color: rgb(97,105,135); }

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

background-color css

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

 a { background-color: rgb(97,105,135); }

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

border-color css

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

 span { border-color: rgb(97,105,135); }

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