Html Css Color HEX #616A92 Waikawa Grey

📋 copy color: '#616A92'

red 97 ◦ green 106 ◦ blue 146

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

Shades of Waikawa Grey #616A92

Tints of Waikawa Grey #616A92

RGB

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

 GREEN value IS 106 (41.8% from 255) = 30.37%

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

R = 27.79%
G = 30.37%
B = 41.83%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#616A92 (or 0x616A92) is known color: Waikawa Grey. HEX triplet: 61, 6A and 92. RGB value is (97,106,146). Sum of RGB (Red+Green+Blue) = 97+106+146=349 (46% of max value = 765). Red value is 97 (38.28% from 255 or 27.79% from 349); Green value is 106 (41.80% from 255 or 30.37% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 146 - color contains mainly: blue. Hex color #616A92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #616A92 is #9E956D. Grayscale: #6B6B6B. Windows color (decimal): -10392942 or 9595489. OLE color: 9595489.

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

Color convert

RGB 97 106 146 -
CMYK 0.34 0.27 0 0.43
HSL 228.98º 0.2% 0.48% -
HSV(B) 228.98º 0.34% 0.57% -
XYZ 15.27 14.92 29.27 -
YUV 107.87 149.52 120.25 -
System Red Green Blue C M Y K H S L
Decimal 97 106 146 0.34 0.27 0 0.43 228.98 0.2 0.48
Hex 61 6A 92 22 1B 0 2B E5 14 30
Octal 141 152 222 42 33 0 53 345 24 60
Binary 1100001 1101010 10010010 100010 11011 0 101011 11100101 10100 110000

Color Harmonies of #616A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616A92

Black with #616A92

Text Example


Text Example

White with #616A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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