Html Css Color HEX #616881 Waikawa Grey

📋 copy color: '#616881'

red 97 ◦ green 104 ◦ blue 129

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

Shades of Waikawa Grey #616881

Tints of Waikawa Grey #616881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 31.52%

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

R = 29.39%
G = 31.52%
B = 39.09%

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

#616881 (or 0x616881) is known color: Waikawa Grey. HEX triplet: 61, 68 and 81. RGB value is (97,104,129). Sum of RGB (Red+Green+Blue) = 97+104+129=330 (43% of max value = 765). Red value is 97 (38.28% from 255 or 29.39% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 129 (50.78% from 255 or 39.09% from 330); Max value from RGB is 129 - color contains mainly: blue. Hex color #616881 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616881 is #9E977E. Grayscale: #686868. Windows color (decimal): -10393471 or 8480865. OLE color: 8480865.

HSL color Cylindrical-coordinate representation of color #616881: hue angle of 226.88º 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 #616881 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 97 104 129 -
CMYK 0.25 0.19 0 0.49
HSL 226.88º 0.14% 0.44% -
HSV(B) 226.88º 0.25% 0.51% -
XYZ 13.84 14.03 22.75 -
YUV 104.76 141.68 122.47 -
System Red Green Blue C M Y K H S L
Decimal 97 104 129 0.25 0.19 0 0.49 226.88 0.14 0.44
Hex 61 68 81 19 13 0 31 E3 E 2C
Octal 141 150 201 31 23 0 61 343 16 54
Binary 1100001 1101000 10000001 11001 10011 0 110001 11100011 1110 101100

Color Harmonies of #616881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616881

Black with #616881

Text Example


Text Example

White with #616881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616881; }

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

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

background-color css

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

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

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

border-color css

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

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

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