Html Css Color HEX #616D8D Waikawa Grey

📋 copy color: '#616D8D'

red 97 ◦ green 109 ◦ blue 141

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

Shades of Waikawa Grey #616D8D

Tints of Waikawa Grey #616D8D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 31.41%

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

R = 27.95%
G = 31.41%
B = 40.63%

CMYK

 C value IS 0.31

 M value IS 0.23

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#616D8D (or 0x616D8D) is known color: Waikawa Grey. HEX triplet: 61, 6D and 8D. RGB value is (97,109,141). Sum of RGB (Red+Green+Blue) = 97+109+141=347 (45% of max value = 765). Red value is 97 (38.28% from 255 or 27.95% from 347); Green value is 109 (42.97% from 255 or 31.41% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #616D8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D8D is #9E9272. Grayscale: #6C6C6C. Windows color (decimal): -10392179 or 9268577. OLE color: 9268577.

HSL color Cylindrical-coordinate representation of color #616D8D: hue angle of 223.64º 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 #616D8D is Cyan = 0.31, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 109 141 -
CMYK 0.31 0.23 0 0.45
HSL 223.64º 0.18% 0.47% -
HSV(B) 223.64º 0.31% 0.55% -
XYZ 15.21 15.4 27.37 -
YUV 109.06 146.02 119.4 -
System Red Green Blue C M Y K H S L
Decimal 97 109 141 0.31 0.23 0 0.45 223.64 0.18 0.47
Hex 61 6D 8D 1F 17 0 2D E0 12 2F
Octal 141 155 215 37 27 0 55 340 22 57
Binary 1100001 1101101 10001101 11111 10111 0 101101 11100000 10010 101111

Color Harmonies of #616D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D8D

Black with #616D8D

Text Example


Text Example

White with #616D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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