Html Css Color HEX #616D99 Waikawa Grey

📋 copy color: '#616D99'

red 97 ◦ green 109 ◦ blue 153

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

Shades of Waikawa Grey #616D99

Tints of Waikawa Grey #616D99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.62%

R = 27.02%
G = 30.36%
B = 42.62%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#616D99 (or 0x616D99) is known color: Waikawa Grey. HEX triplet: 61, 6D and 99. RGB value is (97,109,153). Sum of RGB (Red+Green+Blue) = 97+109+153=359 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.02% from 359); Green value is 109 (42.97% from 255 or 30.36% from 359); Blue value is 153 (60.16% from 255 or 42.62% from 359); Max value from RGB is 153 - color contains mainly: blue. Hex color #616D99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D99 is #9E9266. Grayscale: #6E6E6E. Windows color (decimal): -10392167 or 10055009. OLE color: 10055009.

HSL color Cylindrical-coordinate representation of color #616D99: hue angle of 227.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #616D99 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 109 153 -
CMYK 0.37 0.29 0 0.4
HSL 227.14º 0.22% 0.49% -
HSV(B) 227.14º 0.37% 0.6% -
XYZ 16.15 15.78 32.33 -
YUV 110.43 152.02 118.42 -
System Red Green Blue C M Y K H S L
Decimal 97 109 153 0.37 0.29 0 0.4 227.14 0.22 0.49
Hex 61 6D 99 25 1D 0 28 E3 16 31
Octal 141 155 231 45 35 0 50 343 26 61
Binary 1100001 1101101 10011001 100101 11101 0 101000 11100011 10110 110001

Color Harmonies of #616D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D99

Black with #616D99

Text Example


Text Example

White with #616D99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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