Html Css Color HEX #616F92 Waikawa Grey

📋 copy color: '#616F92'

red 97 ◦ green 111 ◦ blue 146

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

Shades of Waikawa Grey #616F92

Tints of Waikawa Grey #616F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.24%

R = 27.4%
G = 31.36%
B = 41.24%

CMYK

 C value IS 0.34

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#616F92 (or 0x616F92) is known color: Waikawa Grey. HEX triplet: 61, 6F and 92. RGB value is (97,111,146). Sum of RGB (Red+Green+Blue) = 97+111+146=354 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.40% from 354); Green value is 111 (43.75% from 255 or 31.36% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 146 - color contains mainly: blue. Hex color #616F92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616F92 is #9E906D. Grayscale: #6E6E6E. Windows color (decimal): -10391662 or 9596769. OLE color: 9596769.

HSL color Cylindrical-coordinate representation of color #616F92: hue angle of 222.86º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616F92 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 111 146 -
CMYK 0.34 0.24 0 0.43
HSL 222.86º 0.2% 0.48% -
HSV(B) 222.86º 0.34% 0.57% -
XYZ 15.8 15.99 29.45 -
YUV 110.8 147.86 118.15 -
System Red Green Blue C M Y K H S L
Decimal 97 111 146 0.34 0.24 0 0.43 222.86 0.2 0.48
Hex 61 6F 92 22 18 0 2B DF 14 30
Octal 141 157 222 42 30 0 53 337 24 60
Binary 1100001 1101111 10010010 100010 11000 0 101011 11011111 10100 110000

Color Harmonies of #616F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616F92

Black with #616F92

Text Example


Text Example

White with #616F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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