Html Css Color HEX #616F8D Waikawa Grey

📋 copy color: '#616F8D'

red 97 ◦ green 111 ◦ blue 141

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

Shades of Waikawa Grey #616F8D

Tints of Waikawa Grey #616F8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 40.4%

R = 27.79%
G = 31.81%
B = 40.4%

CMYK

 C value IS 0.31

 M value IS 0.21

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#616F8D (or 0x616F8D) is known color: Waikawa Grey. HEX triplet: 61, 6F and 8D. RGB value is (97,111,141). Sum of RGB (Red+Green+Blue) = 97+111+141=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 141 - color contains mainly: blue. Hex color #616F8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F8D is #9E9072. Grayscale: #6E6E6E. Windows color (decimal): -10391667 or 9269089. OLE color: 9269089.

HSL color Cylindrical-coordinate representation of color #616F8D: hue angle of 220.91º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #616F8D is Cyan = 0.31, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 111 141 -
CMYK 0.31 0.21 0 0.45
HSL 220.91º 0.18% 0.47% -
HSV(B) 220.91º 0.31% 0.55% -
XYZ 15.42 15.83 27.44 -
YUV 110.23 145.36 118.56 -
System Red Green Blue C M Y K H S L
Decimal 97 111 141 0.31 0.21 0 0.45 220.91 0.18 0.47
Hex 61 6F 8D 1F 15 0 2D DD 12 2F
Octal 141 157 215 37 25 0 55 335 22 57
Binary 1100001 1101111 10001101 11111 10101 0 101101 11011101 10010 101111

Color Harmonies of #616F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F8D

Black with #616F8D

Text Example


Text Example

White with #616F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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