Html Css Color HEX #616F87 Waikawa Grey

📋 copy color: '#616F87'

red 97 ◦ green 111 ◦ blue 135

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

Shades of Waikawa Grey #616F87

Tints of Waikawa Grey #616F87

RGB

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

 GREEN value IS 111 (43.75% from 255) = 32.36%

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

R = 28.28%
G = 32.36%
B = 39.36%

CMYK

 C value IS 0.28

 M value IS 0.18

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#616F87 (or 0x616F87) is known color: Waikawa Grey. HEX triplet: 61, 6F and 87. RGB value is (97,111,135). Sum of RGB (Red+Green+Blue) = 97+111+135=343 (45% of max value = 765). Red value is 97 (38.28% from 255 or 28.28% from 343); Green value is 111 (43.75% from 255 or 32.36% from 343); Blue value is 135 (53.12% from 255 or 39.36% from 343); Max value from RGB is 135 - color contains mainly: blue. Hex color #616F87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F87 is #9E9078. Grayscale: #6D6D6D. Windows color (decimal): -10391673 or 8875873. OLE color: 8875873.

HSL color Cylindrical-coordinate representation of color #616F87: hue angle of 217.89º 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 #616F87 is Cyan = 0.28, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 111 135 -
CMYK 0.28 0.18 0 0.47
HSL 217.89º 0.16% 0.45% -
HSV(B) 217.89º 0.28% 0.53% -
XYZ 14.99 15.66 25.15 -
YUV 109.55 142.36 119.05 -
System Red Green Blue C M Y K H S L
Decimal 97 111 135 0.28 0.18 0 0.47 217.89 0.16 0.45
Hex 61 6F 87 1C 12 0 2F DA 10 2D
Octal 141 157 207 34 22 0 57 332 20 55
Binary 1100001 1101111 10000111 11100 10010 0 101111 11011010 10000 101101

Color Harmonies of #616F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F87

Black with #616F87

Text Example


Text Example

White with #616F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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