Html Css Color HEX #616999 Waikawa Grey

📋 copy color: '#616999'

red 97 ◦ green 105 ◦ blue 153

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

Shades of Waikawa Grey #616999

Tints of Waikawa Grey #616999

RGB

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

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

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

R = 27.32%
G = 29.58%
B = 43.1%

CMYK

 C value IS 0.37

 M value IS 0.31

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#616999 (or 0x616999) is known color: Waikawa Grey. HEX triplet: 61, 69 and 99. RGB value is (97,105,153). Sum of RGB (Red+Green+Blue) = 97+105+153=355 (47% of max value = 765). Red value is 97 (38.28% from 255 or 27.32% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #616999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616999 is #9E9666. Grayscale: #6B6B6B. Windows color (decimal): -10393191 or 10053985. OLE color: 10053985.

HSL color Cylindrical-coordinate representation of color #616999: hue angle of 231.43º 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 #616999 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 97 105 153 -
CMYK 0.37 0.31 0 0.4
HSL 231.43º 0.22% 0.49% -
HSV(B) 231.43º 0.37% 0.6% -
XYZ 15.73 14.94 32.19 -
YUV 108.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 97 105 153 0.37 0.31 0 0.4 231.43 0.22 0.49
Hex 61 69 99 25 1F 0 28 E7 16 31
Octal 141 151 231 45 37 0 50 347 26 61
Binary 1100001 1101001 10011001 100101 11111 0 101000 11100111 10110 110001

Color Harmonies of #616999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616999

Black with #616999

Text Example


Text Example

White with #616999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616999; }

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

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

background-color css

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

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

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

border-color css

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

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

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