Html Css Color HEX #616992 Waikawa Grey

📋 copy color: '#616992'

red 97 ◦ green 105 ◦ blue 146

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

Shades of Waikawa Grey #616992

Tints of Waikawa Grey #616992

RGB

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

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

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

R = 27.87%
G = 30.17%
B = 41.95%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#616992 (or 0x616992) is known color: Waikawa Grey. HEX triplet: 61, 69 and 92. RGB value is (97,105,146). Sum of RGB (Red+Green+Blue) = 97+105+146=348 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.87% from 348); Green value is 105 (41.41% from 255 or 30.17% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 146 - color contains mainly: blue. Hex color #616992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616992 is #9E966D. Grayscale: #6B6B6B. Windows color (decimal): -10393198 or 9595233. OLE color: 9595233.

HSL color Cylindrical-coordinate representation of color #616992: hue angle of 230.2º 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 #616992 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 97 105 146 -
CMYK 0.34 0.28 0 0.43
HSL 230.2º 0.2% 0.48% -
HSV(B) 230.2º 0.34% 0.57% -
XYZ 15.17 14.72 29.24 -
YUV 107.28 149.85 120.67 -
System Red Green Blue C M Y K H S L
Decimal 97 105 146 0.34 0.28 0 0.43 230.2 0.2 0.48
Hex 61 69 92 22 1C 0 2B E6 14 30
Octal 141 151 222 42 34 0 53 346 24 60
Binary 1100001 1101001 10010010 100010 11100 0 101011 11100110 10100 110000

Color Harmonies of #616992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616992

Black with #616992

Text Example


Text Example

White with #616992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616992; }

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

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

background-color css

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

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

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

border-color css

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

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

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