Html Css Color HEX #616D85 Waikawa Grey

📋 copy color: '#616D85'

red 97 ◦ green 109 ◦ blue 133

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

Shades of Waikawa Grey #616D85

Tints of Waikawa Grey #616D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 39.23%

R = 28.61%
G = 32.15%
B = 39.23%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#616D85 (or 0x616D85) is known color: Waikawa Grey. HEX triplet: 61, 6D and 85. RGB value is (97,109,133). Sum of RGB (Red+Green+Blue) = 97+109+133=339 (44% of max value = 765). Red value is 97 (38.28% from 255 or 28.61% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #616D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D85 is #9E927A. Grayscale: #6C6C6C. Windows color (decimal): -10392187 or 8744289. OLE color: 8744289.

HSL color Cylindrical-coordinate representation of color #616D85: hue angle of 220º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #616D85 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 109 133 -
CMYK 0.27 0.18 0 0.48
HSL 220º 0.16% 0.45% -
HSV(B) 220º 0.27% 0.52% -
XYZ 14.63 15.17 24.35 -
YUV 108.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 97 109 133 0.27 0.18 0 0.48 220 0.16 0.45
Hex 61 6D 85 1B 12 0 30 DC 10 2D
Octal 141 155 205 33 22 0 60 334 20 55
Binary 1100001 1101101 10000101 11011 10010 0 110000 11011100 10000 101101

Color Harmonies of #616D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D85

Black with #616D85

Text Example


Text Example

White with #616D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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