Html Css Color HEX #616981 Waikawa Grey

📋 copy color: '#616981'

red 97 ◦ green 105 ◦ blue 129

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

Shades of Waikawa Grey #616981

Tints of Waikawa Grey #616981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.72%

 BLUE value IS 129 (50.78% from 255) = 38.97%

R = 29.31%
G = 31.72%
B = 38.97%

CMYK

 C value IS 0.25

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#616981 (or 0x616981) is known color: Waikawa Grey. HEX triplet: 61, 69 and 81. RGB value is (97,105,129). Sum of RGB (Red+Green+Blue) = 97+105+129=331 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.31% from 331); Green value is 105 (41.41% from 255 or 31.72% from 331); Blue value is 129 (50.78% from 255 or 38.97% from 331); Max value from RGB is 129 - color contains mainly: blue. Hex color #616981 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616981 is #9E967E. Grayscale: #696969. Windows color (decimal): -10393215 or 8481121. OLE color: 8481121.

HSL color Cylindrical-coordinate representation of color #616981: hue angle of 225º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #616981 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 105 129 -
CMYK 0.25 0.19 0 0.49
HSL 225º 0.14% 0.44% -
HSV(B) 225º 0.25% 0.51% -
XYZ 13.94 14.23 22.78 -
YUV 105.34 141.35 122.05 -
System Red Green Blue C M Y K H S L
Decimal 97 105 129 0.25 0.19 0 0.49 225 0.14 0.44
Hex 61 69 81 19 13 0 31 E1 E 2C
Octal 141 151 201 31 23 0 61 341 16 54
Binary 1100001 1101001 10000001 11001 10011 0 110001 11100001 1110 101100

Color Harmonies of #616981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616981

Black with #616981

Text Example


Text Example

White with #616981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616981; }

 p { color: rgb(97,105,129); }

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

background-color css

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

 a { background-color: rgb(97,105,129); }

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

border-color css

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

 span { border-color: rgb(97,105,129); }

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