Html Css Color HEX #616F99 Waikawa Grey

📋 copy color: '#616F99'

red 97 ◦ green 111 ◦ blue 153

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

Shades of Waikawa Grey #616F99

Tints of Waikawa Grey #616F99

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.75%

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

R = 26.87%
G = 30.75%
B = 42.38%

CMYK

 C value IS 0.37

 M value IS 0.27

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#616F99 (or 0x616F99) is known color: Waikawa Grey. HEX triplet: 61, 6F and 99. RGB value is (97,111,153). Sum of RGB (Red+Green+Blue) = 97+111+153=361 (47% of max value = 765). Red value is 97 (38.28% from 255 or 26.87% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: blue. Hex color #616F99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F99 is #9E9066. Grayscale: #6F6F6F. Windows color (decimal): -10391655 or 10055521. OLE color: 10055521.

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

Color convert

RGB 97 111 153 -
CMYK 0.37 0.27 0 0.4
HSL 225º 0.22% 0.49% -
HSV(B) 225º 0.37% 0.6% -
XYZ 16.36 16.21 32.4 -
YUV 111.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 97 111 153 0.37 0.27 0 0.4 225 0.22 0.49
Hex 61 6F 99 25 1B 0 28 E1 16 31
Octal 141 157 231 45 33 0 50 341 26 61
Binary 1100001 1101111 10011001 100101 11011 0 101000 11100001 10110 110001

Color Harmonies of #616F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F99

Black with #616F99

Text Example


Text Example

White with #616F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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