Html Css Color HEX #616884 Waikawa Grey

📋 copy color: '#616884'

red 97 ◦ green 104 ◦ blue 132

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

Shades of Waikawa Grey #616884

Tints of Waikawa Grey #616884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 39.64%

R = 29.13%
G = 31.23%
B = 39.64%

CMYK

 C value IS 0.27

 M value IS 0.21

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#616884 (or 0x616884) is known color: Waikawa Grey. HEX triplet: 61, 68 and 84. RGB value is (97,104,132). Sum of RGB (Red+Green+Blue) = 97+104+132=333 (44% of max value = 765). Red value is 97 (38.28% from 255 or 29.13% from 333); Green value is 104 (41.02% from 255 or 31.23% from 333); Blue value is 132 (51.95% from 255 or 39.64% from 333); Max value from RGB is 132 - color contains mainly: blue. Hex color #616884 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616884 is #9E977B. Grayscale: #686868. Windows color (decimal): -10393468 or 8677473. OLE color: 8677473.

HSL color Cylindrical-coordinate representation of color #616884: hue angle of 228º degrees, saturation: 0.15, 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 #616884 is Cyan = 0.27, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 97 104 132 -
CMYK 0.27 0.21 0 0.48
HSL 228º 0.15% 0.45% -
HSV(B) 228º 0.27% 0.52% -
XYZ 14.04 14.11 23.81 -
YUV 105.1 143.18 122.22 -
System Red Green Blue C M Y K H S L
Decimal 97 104 132 0.27 0.21 0 0.48 228 0.15 0.45
Hex 61 68 84 1B 15 0 30 E4 F 2D
Octal 141 150 204 33 25 0 60 344 17 55
Binary 1100001 1101000 10000100 11011 10101 0 110000 11100100 1111 101101

Color Harmonies of #616884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616884

Black with #616884

Text Example


Text Example

White with #616884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616884; }

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

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

background-color css

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

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

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

border-color css

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

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

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