Html Css Color HEX #616D9A Waikawa Grey

📋 copy color: '#616D9A'

red 97 ◦ green 109 ◦ blue 154

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

Shades of Waikawa Grey #616D9A

Tints of Waikawa Grey #616D9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 42.78%

R = 26.94%
G = 30.28%
B = 42.78%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#616D9A (or 0x616D9A) is known color: Waikawa Grey. HEX triplet: 61, 6D and 9A. RGB value is (97,109,154). Sum of RGB (Red+Green+Blue) = 97+109+154=360 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.94% from 360); Green value is 109 (42.97% from 255 or 30.28% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 154 - color contains mainly: blue. Hex color #616D9A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616D9A is #9E9265. Grayscale: #6E6E6E. Windows color (decimal): -10392166 or 10120545. OLE color: 10120545.

HSL color Cylindrical-coordinate representation of color #616D9A: hue angle of 227.37º degrees, saturation: 0.23, 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 #616D9A is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 109 154 -
CMYK 0.37 0.29 0 0.40
HSL 227.37º 0.23% 0.49% -
HSV(B) 227.37º 0.37% 0.6% -
XYZ 16.23 15.81 32.77 -
YUV 110.54 152.52 118.34 -
System Red Green Blue C M Y K H S L
Decimal 97 109 154 0.37 0.29 0 0.40 227.37 0.23 0.49
Hex 61 6D 9A 25 1D 0 28 E3 17 31
Octal 141 155 232 45 35 0 50 343 27 61
Binary 1100001 1101101 10011010 100101 11101 0 101000 11100011 10111 110001

Color Harmonies of #616D9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616D9A

Black with #616D9A

Text Example


Text Example

White with #616D9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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